mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Load icons from relative path
This commit is contained in:
parent
2b9b80a480
commit
00cc84afef
1 changed files with 1 additions and 0 deletions
|
|
@ -499,6 +499,7 @@ begin
|
|||
if fromWhatItWasLoaded<> nil then fromWhatItWasLoaded^ := fwbwlNotLoaded;
|
||||
|
||||
sFileName:= ReplaceEnvVars(sFileName);
|
||||
sFileName:= ExpandAbsolutePath(sFileName);
|
||||
|
||||
// If the name is not full path then treat it as MIME type.
|
||||
if GetPathType(sFileName) = ptNone then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue