git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@50872 e17a0e51-4ae3-4d35-97c3-1a29b211df97

This commit is contained in:
SND\weimingzhi_cp 2010-06-04 01:16:07 +00:00
parent 5ed8ffa653
commit d07dbe5259
2 changed files with 4 additions and 2 deletions

View File

@ -3,6 +3,8 @@ Jun 4, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* gui/Plugin.c: Hack-fixed the bug which causes crash when loading state
with dynarec CPU core. A large amount of refactor is needed for a proper
fix.
* win32/gui/WndMain.c: Changed language code corresponding to the ones in
source tree.
Jun 3, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>

View File

@ -80,11 +80,11 @@ LangDef sLangs[] = {
{ "en", N_("English"), 0x0409 },
{ "es", N_("Spanish"), 0x040a },
{ "fr_FR", N_("French"), 0x040c },
{ "it_IT", N_("Italian"), 0x0410 },
{ "it", N_("Italian"), 0x0410 },
{ "pt", N_("Portuguese"), 0x0816 },
{ "pt_BR", N_("Portuguese (Brazilian)"), 0x0416 },
{ "ro", N_("Romanian"), 0x0418 },
{ "ru", N_("Russian"), 0x0419 },
{ "ru_RU", N_("Russian"), 0x0419 },
{ "zh_CN", N_("Simplified Chinese"), 0x0804 },
{ "zh_TW", N_("Traditional Chinese"), 0x0404 },
{ "ja", N_("Japanese"), 0x0411 },