Fix missing languages in oracle dropdown (#3896)

This commit is contained in:
ctrlaltca 2020-02-18 22:33:41 +01:00 committed by GitHub
parent 8dd1e39ea9
commit 632e44b0b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ int main(int argc, char *argv[])
#elif defined(Q_OS_WIN) #elif defined(Q_OS_WIN)
translationPath = qApp->applicationDirPath() + "/translations"; translationPath = qApp->applicationDirPath() + "/translations";
#else // linux #else // linux
translationPath = qApp->applicationDirPath() + "/../share/cockatrice/translations"; translationPath = qApp->applicationDirPath() + "/../share/oracle/translations";
#endif #endif
settingsCache = new SettingsCache; settingsCache = new SettingsCache;