mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Rename Pinyin table file
This commit is contained in:
parent
46def88b43
commit
a13ed438d8
5 changed files with 4 additions and 4 deletions
|
|
@ -37,7 +37,7 @@ cp -a doublecmd.zdli $DC_INSTALL_DIR/
|
|||
cp -a doublecmd.ext.example $DC_INSTALL_DIR/
|
||||
cp -a pixmaps.txt $DC_INSTALL_DIR/
|
||||
cp -a multiarc.ini $DC_INSTALL_DIR/
|
||||
cp -a tcmatch.tbl $DC_INSTALL_DIR/
|
||||
cp -a pinyin.tbl $DC_INSTALL_DIR/
|
||||
|
||||
# Copy plugins
|
||||
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ cp -a doublecmd.zdli $DC_INSTALL_DIR/
|
|||
cp -a doublecmd.ext.example $DC_INSTALL_DIR/
|
||||
cp -a pixmaps.txt $DC_INSTALL_DIR/
|
||||
cp -a multiarc.ini $DC_INSTALL_DIR/
|
||||
cp -a tcmatch.tbl $DC_INSTALL_DIR/
|
||||
cp -a pinyin.tbl $DC_INSTALL_DIR/
|
||||
|
||||
# copy plugins
|
||||
# WCX
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ copy doublecmd.zdli %DC_INSTALL_DIR%\
|
|||
copy doublecmd.ext.example %DC_INSTALL_DIR%\
|
||||
copy pixmaps.txt %DC_INSTALL_DIR%\
|
||||
copy multiarc.ini %DC_INSTALL_DIR%\
|
||||
copy tcmatch.tbl %DC_INSTALL_DIR%\
|
||||
copy pinyin.tbl %DC_INSTALL_DIR%\
|
||||
rem Copy libraries
|
||||
copy *.dll %DC_INSTALL_DIR%\
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ var
|
|||
f: THandle;
|
||||
tblpath: String;
|
||||
begin
|
||||
tblpath := ExtractFilePath(Paramstr(0)) + 'tcmatch.tbl';
|
||||
tblpath := ExtractFilePath(Paramstr(0)) + 'pinyin.tbl';
|
||||
if FileExists(tblpath) then
|
||||
begin
|
||||
f:= FileOpen(tblpath, fmOpenRead or fmShareDenyNone);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue