mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-08 12:59:53 +02:00
Fixed Dock icon for the IDE under Mac OS X
git-svn-id: trunk@15567 -
This commit is contained in:
parent
1556c0017d
commit
adcc5ef47e
@ -14631,7 +14631,7 @@ initialization
|
||||
{$IFDEF IDE_MEM_CHECK}CheckHeapWrtMemCnt('main.pp: initialization');{$ENDIF}
|
||||
{$I ../images/laz_images.lrs}
|
||||
// we have a bundle icon, don't use low quality standard icon
|
||||
{$IFNDEF LCLCarbon}{$I ../images/mainicon.lrs}{$ENDIF}
|
||||
{$IFNDEF Darwin}{$I ../images/mainicon.lrs}{$ENDIF}
|
||||
ShowSplashScreen:=true;
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user