Subversion Repositories Kolibri OS

Rev

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

Rev 4394 Rev 4395
Line 77... Line 77...
77
	?define T_SELECT_APP_TO_OPEN_WITH "Select application to open file"
77
	?define T_SELECT_APP_TO_OPEN_WITH "Select application to open file"
78
#endif
78
#endif
Line 79... Line 79...
79
 
79
 
Line 80... Line 80...
80
enum {ONLY_SHOW, WITH_REDRAW, ONLY_OPEN}; //OpenDir
80
enum {ONLY_SHOW, WITH_REDRAW, ONLY_OPEN}; //OpenDir
81
 
81
 
82
#define TITLE "Eolite File Manager v2.15.1"
82
#define TITLE "Eolite File Manager v2.15.2"
Line 83... Line 83...
83
#define ABOUT_TITLE "Eolite v2.15.1"
83
#define ABOUT_TITLE "Eolite v2.15.2"
84
dword col_padding, col_selec, col_lpanel;
84
dword col_padding, col_selec, col_lpanel;
85
 
85
 
Line 100... Line 100...
100
	file_name[256],
100
	file_name[256],
101
	temp[4096];	 
101
	temp[4096];	 
102
byte
102
byte
103
	rename_active=0,
103
	rename_active=0,
104
	del_active=0,
104
	del_active=0,
105
	show_dev_name=1,
105
	show_dev_name=0,
106
	drw_ram_disk_space=1,
106
	drw_ram_disk_space=1,
107
	real_files_names_case=0,
107
	real_files_names_case=0,
108
	sort_num=2,
108
	sort_num=2,
109
	itdir;
109
	itdir;
Line 875... Line 875...
875
void FnProcess(char N)
875
void FnProcess(char N)
876
{
876
{
877
	switch(N)
877
	switch(N)
878
	{
878
	{
879
		case 1:
879
		case 1:
-
 
880
			if (!active_about) 
-
 
881
			{
880
			SwitchToAnotherThread();
882
				SwitchToAnotherThread();
881
			about_window=CreateThread(#about_dialog,#about_stak+4092);
883
				about_window=CreateThread(#about_dialog,#about_stak+4092);
882
			break;
884
				break;
-
 
885
			}
-
 
886
			else
-
 
887
			{
-
 
888
				ActivateWindow(GetProcessSlot(about_window));
-
 
889
			}
-
 
890
			break;
883
		case 2:
891
		case 2:
884
			if (!files.count) break;
892
			if (!files.count) break;
885
			edit2.flags = 100000000000010b; //set active
893
			edit2.flags = 100000000000010b; //set active
886
			edit2.left = files.x + 21;
894
			edit2.left = files.x + 21;
887
			edit2.width = files.w - 26;
895
			edit2.width = files.w - 26;