Fix missing languages in oracle dropdown (#3896)
This commit is contained in:
parent
8dd1e39ea9
commit
632e44b0b7
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ int main(int argc, char *argv[])
|
|||
#elif defined(Q_OS_WIN)
|
||||
translationPath = qApp->applicationDirPath() + "/translations";
|
||||
#else // linux
|
||||
translationPath = qApp->applicationDirPath() + "/../share/cockatrice/translations";
|
||||
translationPath = qApp->applicationDirPath() + "/../share/oracle/translations";
|
||||
#endif
|
||||
|
||||
settingsCache = new SettingsCache;
|
||||
|
|
Loading…
Reference in a new issue