mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: TStashFileSource.GetMainIcon() in Stash on Windows
This commit is contained in:
parent
818a171374
commit
3e869b4d9a
1 changed files with 2 additions and 1 deletions
|
|
@ -235,7 +235,8 @@ end;
|
|||
|
||||
class function TStashFileSource.GetMainIcon(out Path: String): Boolean;
|
||||
begin
|
||||
Path:= mbExpandFileName( '$COMMANDER_PATH/pixmaps/stuff/stash.png' );
|
||||
Path:= EnvVarCommanderPath + PathDelim + 'pixmaps' + PathDelim + 'stuff' + PathDelim + 'stash.png';
|
||||
Path:= mbExpandFileName( Path );
|
||||
Result:= True;
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue