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

Alexandre Julliard julliard at winehq.org
Tue Jul 13 14:05:31 CDT 2010


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Tue Jul 13 00:08:55 2010 +0200

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

---

 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




More information about the wine-cvs mailing list