Subversion Repositories Kolibri OS

Rev

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

Rev 8946 Rev 8947
Line 25... Line 25...
25
	?define EDIT_FILE_ASSOCIATIONS "Edit file associations"
25
	?define EDIT_FILE_ASSOCIATIONS "Edit file associations"
26
	?define START_PATH " Start path: "
26
	?define START_PATH " Start path: "
27
#endif
27
#endif
28
 
28
 
Line -... Line 29...
-
 
29
dword eolite_ini_path[4096];
-
 
30
_ini ini;
-
 
31
 
29
char path_start[4096];
32
char path_start[4096];
30
edit_box path_start_ed = {290,50,57,0xffffff,0x94AECE,0xffffff,0xffffff,0x10000000,4098,
33
edit_box path_start_ed = {290,50,57,0xffffff,0x94AECE,0xffffff,0xffffff,0x10000000,4098,
31
	                      #path_start,0, 100000000000010b,0,0};
34
	                      #path_start,0, 100000000000010b,0,0};
Line 32... Line 35...
32
 
35