UPD: Update filename (doublecmd.ext) in copy default files procedure

This commit is contained in:
Alexander Koblov 2009-02-07 08:35:20 +00:00
commit 62c468d0b5
2 changed files with 3 additions and 3 deletions

View file

@ -4,13 +4,13 @@
Licence : GNU GPL v 2.0
Author : radek.cervinka@centrum.cz
some file rutines (obsolete)
some file routines
contributors:
Mattias Gaertner (from Lazarus code)
Copyright (C) 2007-2008 Koblov Alexander (Alexx2000@mail.ru)
Copyright (C) 2007-2009 Koblov Alexander (Alexx2000@mail.ru)
}
unit uFileProcs;

View file

@ -354,7 +354,7 @@ begin
CopyFile(gpCfgDir + 'default.bar', gpIniDir + 'default.bar');
// extension file
if not mbFileExists(gpIniDir + 'doublecmd.ext') then
CopyFile(gpCfgDir + 'doublecmd.ext', gpIniDir + 'doublecmd.ext');
CopyFile(gpCfgDir + 'doublecmd.ext.example', gpIniDir + 'doublecmd.ext.example');
// pixmaps file
if not mbFileExists(gpIniDir + 'pixmaps.txt') then
CopyFile(gpCfgDir + 'pixmaps.txt', gpIniDir + 'pixmaps.txt');