1
0
mirror of https://github.com/jaredtao/TaoQuick.git synced 2025-01-19 20:22:56 +08:00

fix RC file chinese bug

This commit is contained in:
jared 2019-07-18 10:57:13 +08:00
parent fa073713fe
commit 74289c893b
2 changed files with 4 additions and 4 deletions

View File

@ -118,7 +118,7 @@ void TaoView::initAppInfo()
pInfo->setProperty("buildDateTime", TaoDATETIME);
pInfo->setProperty("buildRevision", TaoREVISION);
pInfo->setProperty("copyRight", VER_LEGALCOPYRIGHT_STR);
pInfo->setProperty("descript", VER_FILEDESCRIPTION_STR);
pInfo->setProperty("descript", QString::fromLocal8Bit(VER_FILEDESCRIPTION_STR));
pInfo->setProperty("compilerVendor", TaoCompilerVendor);
}
}

View File

@ -11,10 +11,10 @@
#define VER_COMPANYNAME_STR "JaredTao\0"
#define VER_FILEDESCRIPTION_STR "TaoQuickDemo,未经授权不得商用,侵权必究\0"
#define VER_FILEDESCRIPTION_STR "TaoQuickDemo,δ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȩ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>,<2C><>Ȩ<EFBFBD>ؾ<EFBFBD>\0"
#define VER_INTERNALNAME_STR "jaredtao.github.io\0"
#define VER_LEGALCOPYRIGHT_STR "Copyright(C)2019-2029 JaredTao Corporation\0"
#define VER_LEGALTRADEMARKS_STR "JaredTao ®\0"
#define VER_LEGALCOPYRIGHT_STR "Copyright(C)2019-2029 JaredTao\0"
#define VER_LEGALTRADEMARKS_STR "JaredTao\0"
#define VER_ORIGINALFILENAME_STR "TaoQuickDemo.exe\0"
#define VER_PRODUCTNAME_STR "TaoQuickDemo\0"