mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: apply 'cm_openstash' in TStashFileSource.GetMainIcon()
This commit is contained in:
parent
6d0fcfee45
commit
9b4c0854da
2 changed files with 1 additions and 2 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 3.7 KiB |
|
|
@ -248,8 +248,7 @@ end;
|
|||
|
||||
class function TStashFileSource.GetMainIcon(out Path: String): Boolean;
|
||||
begin
|
||||
Path:= EnvVarCommanderPath + PathDelim + 'pixmaps' + PathDelim + 'stuff' + PathDelim + 'stash.png';
|
||||
Path:= mbExpandFileName( Path );
|
||||
Path:= 'cm_openstash';
|
||||
Result:= True;
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue