mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Copy default multiarc.ini
This commit is contained in:
parent
b95bb9308c
commit
b167fa01b2
1 changed files with 4 additions and 1 deletions
|
|
@ -525,6 +525,9 @@ begin
|
|||
// editor highlight file2
|
||||
if not mbFileExists(gpCfgDir + 'twilight.col') then
|
||||
CopyFile(gpGlobalCfgDir + 'twilight.col', gpCfgDir + 'twilight.col');
|
||||
// multiarc configuration file
|
||||
if not mbFileExists(gpCfgDir + 'multiarc.ini') then
|
||||
CopyFile(gpGlobalCfgDir + 'multiarc.ini', gpCfgDir + 'multiarc.ini');
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
@ -1891,4 +1894,4 @@ initialization
|
|||
|
||||
finalization
|
||||
DestroyGlobs;
|
||||
end.
|
||||
end.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue