mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Build under OS X
This commit is contained in:
parent
6ef72b6657
commit
c2a34d72b3
1 changed files with 1 additions and 1 deletions
|
|
@ -515,7 +515,7 @@ begin
|
|||
for I := 0 to pred(ContextMenuActionList.Count) do
|
||||
begin
|
||||
sAct := ContextMenuActionList.ExtActionCommand[I].ActionName;
|
||||
if (CompareText('OPEN', sAct) <> 0) and (CompareText('VIEW', sAct) <> 0) and (CompareText('EDIT', sAct) <> 0) then
|
||||
if (SysUtils.CompareText('OPEN', sAct) <> 0) and (SysUtils.CompareText('VIEW', sAct) <> 0) and (SysUtils.CompareText('EDIT', sAct) <> 0) then
|
||||
LocalInsertMenuItem(sAct, I);
|
||||
end;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue