Eolite: small fix
git-svn-id: svn://kolibrios.org@4043 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
45af0d5563
commit
26bbe58915
@ -21,7 +21,7 @@ void OpenWith()
|
|||||||
slot = GetProcessSlot(MenuForm.ID);
|
slot = GetProcessSlot(MenuForm.ID);
|
||||||
if (slot != GetActiveProcess()) ExitProcess();
|
if (slot != GetActiveProcess()) ExitProcess();
|
||||||
mm.get();
|
mm.get();
|
||||||
if (m.lkm) ExitProcess();
|
if (mm.lkm) ExitProcess();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case evKey:
|
case evKey:
|
||||||
|
Loading…
Reference in New Issue
Block a user