FIX: Loading icons from executables when icon index not supplied.

This commit is contained in:
cobines 2011-06-07 16:44:38 +00:00
commit 05e539bb7a

View file

@ -979,7 +979,11 @@ begin
Result := False;
end
else
Result := False;
begin
IconIndex := 0;
IconFile := IconPath;
Result := FileIsExeLib(IconFile);
end;
end;
function TPixMapManager.GetSystemFolderIcon: PtrInt;