i18n: nothing to see... Close issue 1237.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5127 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gregory.hainaut 2012-03-11 08:35:40 +00:00
parent 4079af2ed7
commit ef37720cb9
1 changed files with 5 additions and 5 deletions

View File

@ -209,11 +209,11 @@ static wxLanguage i18n_FallbackToAnotherLang( wxLanguage wxLangId )
case wxLANGUAGE_ITALIAN_SWISS : return wxLANGUAGE_ITALIAN;
case LANGUAGE_FRENCH_BELGIAN:
case LANGUAGE_FRENCH_CANADIAN:
case LANGUAGE_FRENCH_LUXEMBOURG:
case LANGUAGE_FRENCH_MONACO:
case LANGUAGE_FRENCH_SWISS: return LANGUAGE_FRENCH;
case wxLANGUAGE_FRENCH_BELGIAN:
case wxLANGUAGE_FRENCH_CANADIAN:
case wxLANGUAGE_FRENCH_LUXEMBOURG:
case wxLANGUAGE_FRENCH_MONACO:
case wxLANGUAGE_FRENCH_SWISS: return wxLANGUAGE_FRENCH;
default : break;
}