forked from KolibriOS/kolibrios
Eolite 3.39: update disks list in two panels mode; open path inactive panel in active panel
git-svn-id: svn://kolibrios.org@6157 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
9e84a99a20
commit
e7b92b8e9d
@ -413,6 +413,9 @@ void main()
|
||||
if (Form.left==98) MoveSize(Form.left-20,Form.top-20,OLD,OLD);
|
||||
RunProgram("/sys/File Managers/Eolite", #path);
|
||||
break;
|
||||
case 050: //Ctrl+M
|
||||
Open_Dir(#inactive_path,WITH_REDRAW);
|
||||
break;
|
||||
case 028: //Ctrl+Enter
|
||||
if (!itdir) ShowOpenWithDialog();
|
||||
else Open(1);
|
||||
@ -592,6 +595,7 @@ void DrawFilePanels()
|
||||
llist_copy(#files, #files_inactive);
|
||||
strcpy(#path, #inactive_path);
|
||||
col_selec = 0xCCCccc;
|
||||
SystemDiscs.Get();
|
||||
SystemDiscs.Draw();
|
||||
files_y = files.y;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#define TITLE "Eolite File Manager v3.37"
|
||||
#define ABOUT_TITLE "EOLITE 3.37"
|
||||
#define TITLE "Eolite File Manager v3.39"
|
||||
#define ABOUT_TITLE "EOLITE 3.39"
|
||||
|
||||
#ifdef LANG_RUS
|
||||
?define T_FILE "” ©«"
|
||||
|
Loading…
Reference in New Issue
Block a user