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

Michael Stefaniuc mstefani at redhat.com
Wed Jun 23 04:13:16 CDT 2010


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
-- 
1.6.4.4



More information about the wine-patches mailing list