diff --git a/src/app/main.cpp b/src/app/main.cpp index 16cb4f758..3fc3f52c3 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -82,7 +82,7 @@ int main(int argc, char *argv[]) QTranslator qtTranslator; #if defined(Q_OS_WIN) - qtTranslator.load("qt_" + checkedLocale, QCoreApplication::applicationDirPath()); + qtTranslator.load("qt_" + checkedLocale, qApp->translationsPath()); #else qtTranslator.load("qt_" + checkedLocale, QLibraryInfo::location(QLibraryInfo::TranslationsPath)); #endif