|
@@ -2542,7 +2542,7 @@ begin
|
|
{ Create config backup }
|
|
{ Create config backup }
|
|
if (LoadedConfigVersion < ConfigVersion) then
|
|
if (LoadedConfigVersion < ConfigVersion) then
|
|
try
|
|
try
|
|
- WriteToFile(gpCfgDir + 'doublecmd-' + IntToStr(LoadedConfigVersion) + '.bak');
|
|
|
|
|
|
+ WriteToFile(gpCfgDir + 'doublecmd-' + IntToStr(LoadedConfigVersion) + '.xml.bak');
|
|
except
|
|
except
|
|
// Ignore
|
|
// Ignore
|
|
end;
|
|
end;
|