fix(翻译更新): 应用名称恢复为deepin-ocr
no Log: bug Change-Id: Icdb92c463e2d2d87a24e50d26daf4370c757c676
This commit is contained in:
parent
5e16af0300
commit
d106fb94cd
|
@ -52,7 +52,8 @@ int main(int argc, char *argv[])
|
|||
QScopedPointer<DApplication> app(DApplication::globalApplication(argc, argv));
|
||||
#endif
|
||||
app->setOrganizationName("deepin");
|
||||
app->setApplicationName(QObject::tr("OCR Tool"));
|
||||
app->setApplicationName("deepin-ocr");
|
||||
app->setProductName(QObject::tr("OCR Tool"));
|
||||
app->setApplicationVersion("1.0");
|
||||
|
||||
Dtk::Core::DLogManager::registerConsoleAppender();
|
||||
|
|
Loading…
Reference in New Issue
Block a user