mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: Update filename (doublecmd.ext) in copy default files procedure
This commit is contained in:
parent
a4914b807f
commit
62c468d0b5
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue