diff --git a/pcsx2/gui/AppInit.cpp b/pcsx2/gui/AppInit.cpp index 143096d8ba..457878b28c 100644 --- a/pcsx2/gui/AppInit.cpp +++ b/pcsx2/gui/AppInit.cpp @@ -236,6 +236,15 @@ void Pcsx2App::OpenProgramLog() EnableAllLogging(); if( m_current_focus ) m_current_focus->SetFocus(); + + /* + // This is test code for printing out all supported languages and their canonical names in wiki-fied + // format. I might use it again soon, so I'm leaving it in for now... --air + for( int li=wxLANGUAGE_UNKNOWN+1; liDescription.c_str(), info->CanonicalName.c_str() ); + }*/ } void Pcsx2App::AllocateCoreStuffs() diff --git a/pcsx2/gui/i18n.cpp b/pcsx2/gui/i18n.cpp index 3d2f85e3ac..fce8d9b4da 100644 --- a/pcsx2/gui/i18n.cpp +++ b/pcsx2/gui/i18n.cpp @@ -157,8 +157,8 @@ bool i18n_SetLanguage( int wxLangId ) static const wxChar* dictFiles[] = { L"pcsx2_Main", - L"pcsx2_Notices", - L"pcsx2_ContextTips" + L"pcsx2_Iconized", + L"pcsx2_Tertiary" }; bool foundone = false;