mirror of https://github.com/PCSX2/pcsx2.git
i18n: add a missing default case statement ...
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4379 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
687491746d
commit
525175ba70
|
@ -167,6 +167,7 @@ static wxLanguage i18n_FallbackToAnotherLang( wxLanguage wxLangId )
|
|||
return wxLANGUAGE_CHINESE_TRADITIONAL;
|
||||
case wxLANGUAGE_CHINESE_SINGAPORE:
|
||||
return wxLANGUAGE_CHINESE_SIMPLIFIED;
|
||||
default: break;
|
||||
}
|
||||
return wxLangId;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue