notepad: Fix an error in a Chinese (Traditional) resource

Michael Stefaniuc mstefani at redhat.de
Mon Jul 12 17:08:55 CDT 2010


... by copying over the English string.
---
 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 242eb65..dbc4430 100644
--- a/programs/notepad/Zh.rc
+++ b/programs/notepad/Zh.rc
@@ -156,6 +156,7 @@ POPUP "編輯(&E)" {
 POPUP "搜尋(&S)" {
   MENUITEM "尋找(&S)...", CMD_SEARCH
   MENUITEM "找下一個(&N)\tF3", CMD_SEARCH_NEXT
+  MENUITEM "&Replace...\tCtrl+H", CMD_REPLACE
  }
 POPUP "幫助(&H)" {
   MENUITEM "主要內容(&C)", CMD_HELP_CONTENTS
-- 
1.7.2.rc2



More information about the wine-patches mailing list