Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't require running Dolphin in the directory that contain Languages…
…/ on Windows
  • Loading branch information
delroth committed Sep 21, 2013
1 parent d321aa7 commit 91c0e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/Src/Main.cpp
Expand Up @@ -407,7 +407,7 @@ void DolphinApp::InitLanguageSupport()
m_locale = new wxLocale(language);

#ifdef _WIN32
m_locale->AddCatalogLookupPathPrefix(wxT("Languages"));
m_locale->AddCatalogLookupPathPrefix(StrToWxStr(File::GetExeDirectory() + DIR_SEP "Languages"));
#endif

m_locale->AddCatalog(wxT("dolphin-emu"));
Expand Down

0 comments on commit 91c0e02

Please sign in to comment.