mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: GetSystemFolderIcon function under Linux
This commit is contained in:
parent
85d1985b9f
commit
026e9755d8
1 changed files with 4 additions and 0 deletions
|
|
@ -1030,6 +1030,10 @@ begin
|
|||
else begin
|
||||
Result:= CheckAddThemePixmap(AIconName);
|
||||
end;
|
||||
if (Result < 0) and (AIconName <> 'folder') then
|
||||
begin
|
||||
Result:= CheckAddThemePixmap('folder');
|
||||
end;
|
||||
end;
|
||||
|
||||
function TPixMapManager.GetIconByDesktopFile(sFileName: String; iDefaultIcon: PtrInt): PtrInt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue