mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 17:11:59 +02:00
ide: dont use MAINICON on carbon (first attempt - not tested)
git-svn-id: trunk@15551 -
This commit is contained in:
parent
6776e0e370
commit
a7c1cfee07
@ -14622,7 +14622,8 @@ end;
|
||||
initialization
|
||||
{$IFDEF IDE_MEM_CHECK}CheckHeapWrtMemCnt('main.pp: initialization');{$ENDIF}
|
||||
{$I ../images/laz_images.lrs}
|
||||
{$I ../images/mainicon.lrs}
|
||||
// we have a bundle icon, don't use low quality standard icon
|
||||
{$IFNDEF LCLCarbon}{$I ../images/mainicon.lrs}<$ENDIF>
|
||||
ShowSplashScreen:=true;
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user