Michael Stefaniuc : notepad: Fix an error in the Chinese (Simplified) resource.

Alexandre Julliard julliard at winehq.org
Wed Jun 23 10:57:06 CDT 2010


Module: wine
Branch: master
Commit: 98c2a1ee816f5e2b0263e6fb3a828e256f164e26
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=98c2a1ee816f5e2b0263e6fb3a828e256f164e26

Author: Michael Stefaniuc <mstefani at redhat.com>
Date:   Wed Jun 23 11:13:16 2010 +0200

notepad: Fix an error in the Chinese (Simplified) resource.

Translation by Donald Park.

---

 programs/notepad/Zh.rc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/programs/notepad/Zh.rc b/programs/notepad/Zh.rc
index 005c67d..242eb65 100644
--- a/programs/notepad/Zh.rc
+++ b/programs/notepad/Zh.rc
@@ -55,6 +55,7 @@ POPUP "编辑(&E)" {
 POPUP "搜索(&S)" {
   MENUITEM "搜索(&S)...",           CMD_SEARCH
   MENUITEM "搜索下一个(&S)\tF3", CMD_SEARCH_NEXT
+  MENUITEM "替换...\tCtrl+H", CMD_REPLACE
  }
 POPUP "帮助(&H)" {
   MENUITEM "内容(&C)",             CMD_HELP_CONTENTS




More information about the wine-cvs mailing list