Subversion Repositories Kolibri OS

Rev

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

Rev 4864 Rev 4894
Line 80... Line 80...
80
	?define T_SELECT_APP_TO_OPEN_WITH "Select application to open file"
80
	?define T_SELECT_APP_TO_OPEN_WITH "Select application to open file"
81
#endif
81
#endif
Line 82... Line 82...
82
 
82
 
Line 83... Line 83...
83
enum {ONLY_SHOW, WITH_REDRAW, ONLY_OPEN}; //OpenDir
83
enum {ONLY_SHOW, WITH_REDRAW, ONLY_OPEN}; //OpenDir
84
 
84
 
85
#define TITLE "Eolite File Manager v2.25"
85
#define TITLE "Eolite File Manager v2.3"
Line 86... Line 86...
86
#define ABOUT_TITLE "Eolite v2.25"
86
#define ABOUT_TITLE "Eolite v2.3"
87
dword col_padding, col_selec, col_lpanel;
87
dword col_padding, col_selec, col_lpanel;
88
 
88
 
Line 428... Line 428...
428
							Del_Form();
428
							Del_Form();
429
							break;
429
							break;
430
					case 185: //ins
430
					case 185: //ins
431
							add_to_copy_active=1;
431
							add_to_copy_active=1;
432
							add_to_copy(#file_path);
432
							add_to_copy(#file_path);
433
							//notify("'Eolite\nFile was added to copy queue' -tI");
433
							notify("'Eolite\nFile was added to copy queue' -tI");
434
							break;
434
							break;
435
					case 050...059: //F1-F10
435
					case 050...059: //F1-F10
436
							FnProcess(key-49);
436
							FnProcess(key-49);
437
							break; 
437
							break; 
438
					default:    
438
					default: