ide: icon should not crash now

git-svn-id: trunk@16922 -
This commit is contained in:
paul 2008-10-07 21:50:49 +00:00
parent d4de936c86
commit c35a24043c

View File

@ -123,6 +123,10 @@ var
AResource: TStream;
begin
Result := True;
if IconText = '' then
Exit;
SetFileNames(MainFilename);
AResource := GetStream;