forked from KolibriOS/kolibrios
Eolite: inproperly operate the buttons in the delete dialog
git-svn-id: svn://kolibrios.org@6294 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
40e97d15fa
commit
5bae2399f4
@ -339,7 +339,7 @@ void main()
|
||||
break;
|
||||
case POPUP_BTN1:
|
||||
case POPUP_BTN2:
|
||||
if (del_active) Del_File(id-POPUP_BTN2);
|
||||
if (del_active) Del_File(id-POPUP_BTN1);
|
||||
if (new_element_active) NewElement(id-POPUP_BTN2);
|
||||
DeleteButton(POPUP_BTN1);
|
||||
DeleteButton(POPUP_BTN2);
|
||||
|
@ -1,5 +1,5 @@
|
||||
#define TITLE "Eolite File Manager v3.55"
|
||||
#define ABOUT_TITLE "EOLITE 3.55"
|
||||
#define TITLE "Eolite File Manager v3.56"
|
||||
#define ABOUT_TITLE "EOLITE 3.56"
|
||||
|
||||
#ifdef LANG_RUS
|
||||
?define T_FILE "” ©«"
|
||||
|
Loading…
Reference in New Issue
Block a user