forked from KolibriOS/kolibrios
Eolite: fix menu item "rename" (bug found punk_joker)
git-svn-id: svn://kolibrios.org@4034 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
979e37b1b8
commit
a48c8ab399
@ -423,7 +423,7 @@ void menu_action(dword id)
|
||||
if (id==104) Copy(#file_path, NOCUT);
|
||||
if (id==105) Copy(#file_path, CUT);
|
||||
if (id==106) CreateThread(#Paste,#copy_stak);
|
||||
if (id==107) FnProcess(2);
|
||||
if (id==207) FnProcess(2);
|
||||
if (id==108) Del_Form();
|
||||
if (id==109) FnProcess(5);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user