diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-06-04 01:16:07 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-06-04 01:16:07 +0000 |
| commit | d07dbe52595739096642d3733c065a26f3306623 (patch) | |
| tree | 9ab34a80937013a0f82d7bb9dfdf8bbb7cce8b62 | |
| parent | 5ed8ffa653e5bbcdcc86bd2b499669c3abbb12c7 (diff) | |
| download | pcsxr-d07dbe52595739096642d3733c065a26f3306623.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@50872 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | win32/gui/WndMain.c | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -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> diff --git a/win32/gui/WndMain.c b/win32/gui/WndMain.c index 3dfb4981..f167c0ef 100644 --- a/win32/gui/WndMain.c +++ b/win32/gui/WndMain.c @@ -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 },
|
