mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Path to doublecmd.cfg
This commit is contained in:
parent
7164b4edac
commit
0172748aef
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ begin
|
|||
if mbFileExists(Result + ApplicationName + '.inf') then
|
||||
Result:= Result + ApplicationName + ConfigExtension
|
||||
else begin
|
||||
Result:= GetAppConfigDir + ApplicationName + ConfigExtension;
|
||||
Result:= IncludeTrailingBackslash(GetAppConfigDir) + ApplicationName + ConfigExtension;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue