Subversion Repositories Kolibri OS

Rev

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

Rev 4038 Rev 4040
Line 74... Line 74...
74
	?define T_CANCEL_PASTE "Copy process terminated. Folder copied incompletely."
74
	?define T_CANCEL_PASTE "Copy process terminated. Folder copied incompletely."
75
#endif
75
#endif
Line 76... Line 76...
76
 
76
 
Line 77... Line 77...
77
enum {ONLY_SHOW, WITH_REDRAW, ONLY_OPEN}; //OpenDir
77
enum {ONLY_SHOW, WITH_REDRAW, ONLY_OPEN}; //OpenDir
78
 
78
 
79
#define TITLE "Eolite File Manager v1.98.6"
79
#define TITLE "Eolite File Manager v1.98.7"
80
#define ABOUT_TITLE "Eolite v1.98.6"
80
#define ABOUT_TITLE "Eolite v1.98.7"
81
dword col_work    = 0xE4DFE1;
81
dword col_work    = 0xE4DFE1;
82
dword col_border  = 0x9098B0; //A0A0B8; //0x819FC5;
82
dword col_border  = 0x9098B0; //A0A0B8; //0x819FC5;
83
dword col_padding = 0xC8C9C9;
83
dword col_padding = 0xC8C9C9;
Line 84... Line 84...
84
dword col_selec   = 0x94AECE;
84
dword col_selec   = 0x94AECE;
85
dword col_lpanel  = 0x00699C;
85
dword col_lpanel  = 0x00699C;
86
 
86
 
Line -... Line 87...
-
 
87
int toolbar_buttons_x[7]={9,46,85,134,167,203};
-
 
88
char tmp_disk_del_param[3]="d0";
87
int toolbar_buttons_x[7]={9,46,85,134,167,203};
89
struct path_string { char Item[4096]; };
Line 88... Line 90...
88
char tmp_disk_del_param[3]="d0";
90
 
89
struct path_string { char Item[4096]; };
91
int active_about=0;
90
 
92