Swapped out spaces for tabs

This commit is contained in:
rukai 2015-06-21 14:32:41 +10:00
parent cc22151495
commit bbde9cbeae
1 changed files with 2 additions and 2 deletions

View File

@ -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__)