~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/gs/src/tool_file_dialog.erl

  • Committer: Bazaar Package Importer
  • Author(s): Erlang Packagers, Sergei Golovan
  • Date: 2006-12-03 17:07:44 UTC
  • mfrom: (2.1.11 feisty)
  • Revision ID: james.westby@ubuntu.com-20061203170744-rghjwupacqlzs6kv
Tags: 1:11.b.2-4
[ Sergei Golovan ]
Fixed erlang-base and erlang-base-hipe prerm scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
-module(tool_file_dialog).
19
19
-include_lib("kernel/include/file.hrl").
20
20
 
21
 
-compile(export_all).
 
21
-export([start/1]).
 
22
-export([open_save_init/2, multiselect_init/2]).
22
23
 
23
24
-define(WIDTH,250).
24
25
-define(HEIGHT,400).