UPD: Rename Pinyin table file

This commit is contained in:
Alexander Koblov 2021-08-29 12:54:21 +03:00
commit a13ed438d8
5 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

@ -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%\

View file

@ -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);