mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Swapped out spaces for tabs
This commit is contained in:
@@ -332,9 +332,9 @@ void DolphinApp::InitLanguageSupport()
|
||||
{
|
||||
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
|
||||
m_locale->AddCatalogLookupPathPrefix(StrToWxStr(File::GetExeDirectory() + DIR_SEP "Languages"));
|
||||
m_locale->AddCatalogLookupPathPrefix(StrToWxStr(File::GetExeDirectory() + DIR_SEP "Languages"));
|
||||
#elif defined(__LINUX__)
|
||||
m_locale->AddCatalogLookupPathPrefix(StrToWxStr(DATA_DIR "../locale"));
|
||||
#elif defined(__APPLE__)
|
||||
|
||||
Reference in New Issue
Block a user