ADD: Copy default multiarc.ini

This commit is contained in:
Alexander Koblov 2011-03-29 18:01:45 +00:00
commit b167fa01b2

View file

@ -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.