typo
This commit is contained in:
parent
4a41036aec
commit
60e2a3b014
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ int main(int argc, char* argv[])
|
|||
QLibraryInfo::location(QLibraryInfo::TranslationsPath));
|
||||
#endif
|
||||
#ifdef _WIN32
|
||||
qtTranslator.load("qt_" + german.name(),
|
||||
qTranslator.load("qt_" + german.name(),
|
||||
QApplication::applicationDirPath() + QDir::separator() + "translations");
|
||||
#endif
|
||||
kimaApp.installTranslator(&qTranslator);
|
||||
|
|
Loading…
Reference in a new issue