regedit: Fix Japanese resource.

Kusanagi Kouichi slash at ma.neweb.ne.jp
Thu Mar 27 10:43:24 CDT 2008


"表示" is displayed as "侮ヲ".
Byte sequence of "表示" is 95 5c 8e a6 and "侮ヲ" is 95 8e a6.
5c(\) is removed by wrc.
---
 programs/regedit/Ja.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/regedit/Ja.rc b/programs/regedit/Ja.rc
index 129bebf..823f80e 100644
--- a/programs/regedit/Ja.rc
+++ b/programs/regedit/Ja.rc
@@ -59,7 +59,7 @@ BEGIN
         MENUITEM "検索(&F)\tCtrl+F",               ID_EDIT_FIND, GRAYED
         MENUITEM "次の検索候補(&x)\tF3",              ID_EDIT_FINDNEXT, GRAYED
     END
-    POPUP "表示(&V)"
+    POPUP "表\示(&V)"
     BEGIN
         MENUITEM "ステータスバー(&B)",                 ID_VIEW_STATUSBAR
         MENUITEM SEPARATOR
-- 
1.5.4.4




More information about the wine-patches mailing list