mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-02 21:07:35 +01:00
IDE: fixed compile
git-svn-id: trunk@61444 -
This commit is contained in:
parent
6e0e763061
commit
9614fc8d50
@ -997,8 +997,10 @@ end;
|
||||
procedure TMainIDEBase.SetupAppleMenu;
|
||||
begin
|
||||
with MainIDEBar do begin
|
||||
{$IFDEF LCLCocoa}
|
||||
CreateMenuSeparatorSection(mnuApple,itmAppleAbout,'itmAppleAbout');
|
||||
CreateMenuSeparatorSection(mnuApple,itmApplePref,'itmApplePref');
|
||||
{$ENDIF}
|
||||
end;
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user