Subversion Repositories Kolibri OS

Rev

Rev 5778 | Rev 7049 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5778 Rev 7043
Line 4... Line 4...
4
	byte end;
4
	byte end;
5
};
5
};
Line 6... Line 6...
6
 
6
 
7
proc_info pr_inf;
7
proc_info pr_inf;
8
char communication_area_name[] = "FFFFFFFF_open_dialog";
8
char communication_area_name[] = "FFFFFFFF_open_dialog";
9
byte plugin_path[4096];
9
char opendir_path[4096];
10
char open_dialog_path[] = "/rd/1/File managers/opendial"; //opendial
10
char open_dialog_path[] = "/rd/1/File managers/opendial";
11
byte openfile_path[2048];
11
char openfile_path[4096];
Line 12... Line 12...
12
byte filename_area[4096];
12
char filename_area[256];
-
 
13
 
-
 
14
opendialog o_dialog = {
13
 
15
	0,
-
 
16
	#pr_inf, 
-
 
17
	#communication_area_name, 
-
 
18
	0, 
-
 
19
	#opendir_path, 
-
 
20
	#default_dir, 
-
 
21
	#open_dialog_path,
-
 
22
	#draw_window, 
-
 
23
	0, 
-
 
24
	#openfile_path, 
-
 
25
	#filename_area, 
-
 
26
	#filter2, 
-
 
27
 
-
 
28
	420, 
-
 
29
	200, 
-
 
30
 
-
 
31
	320,