mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 09:39:31 +02:00
ide: icon should not crash now
git-svn-id: trunk@16922 -
This commit is contained in:
parent
d4de936c86
commit
c35a24043c
@ -123,6 +123,10 @@ var
|
||||
AResource: TStream;
|
||||
begin
|
||||
Result := True;
|
||||
|
||||
if IconText = '' then
|
||||
Exit;
|
||||
|
||||
SetFileNames(MainFilename);
|
||||
|
||||
AResource := GetStream;
|
||||
|
Loading…
Reference in New Issue
Block a user