mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 14:46:49 +01:00
Swapped out spaces for tabs
This commit is contained in:
parent
cc22151495
commit
bbde9cbeae
@ -332,9 +332,9 @@ void DolphinApp::InitLanguageSupport()
|
|||||||
{
|
{
|
||||||
m_locale = new wxLocale(language);
|
m_locale = new wxLocale(language);
|
||||||
|
|
||||||
// Specify where dolphins *.gmo files are located on each operating system
|
// Specify where dolphins *.gmo files are located on each operating system
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
m_locale->AddCatalogLookupPathPrefix(StrToWxStr(File::GetExeDirectory() + DIR_SEP "Languages"));
|
m_locale->AddCatalogLookupPathPrefix(StrToWxStr(File::GetExeDirectory() + DIR_SEP "Languages"));
|
||||||
#elif defined(__LINUX__)
|
#elif defined(__LINUX__)
|
||||||
m_locale->AddCatalogLookupPathPrefix(StrToWxStr(DATA_DIR "../locale"));
|
m_locale->AddCatalogLookupPathPrefix(StrToWxStr(DATA_DIR "../locale"));
|
||||||
#elif defined(__APPLE__)
|
#elif defined(__APPLE__)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user