Subversion Repositories Kolibri OS

Rev

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

Rev 4034 Rev 4038
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.5"
79
#define TITLE "Eolite File Manager v1.98.6"
80
#define ABOUT_TITLE "Eolite v1.98.5"
80
#define ABOUT_TITLE "Eolite v1.98.6"
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;