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:
gregory.hainaut@gmail.com 2011-02-27 15:02:21 +00:00
parent 687491746d
commit 525175ba70
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}