mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-03 11:32:43 +01:00
Don't require running Dolphin in the directory that contain Languages/ on Windows
This commit is contained in:
parent
d321aa7e7a
commit
91c0e02609
@ -407,7 +407,7 @@ void DolphinApp::InitLanguageSupport()
|
|||||||
m_locale = new wxLocale(language);
|
m_locale = new wxLocale(language);
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
m_locale->AddCatalogLookupPathPrefix(wxT("Languages"));
|
m_locale->AddCatalogLookupPathPrefix(StrToWxStr(File::GetExeDirectory() + DIR_SEP "Languages"));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
m_locale->AddCatalog(wxT("dolphin-emu"));
|
m_locale->AddCatalog(wxT("dolphin-emu"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user