Module: wine Branch: master Commit: c7a03b618aa15200f96f6f7c8ac22982301d696b URL: http://source.winehq.org/git/wine.git/?a=commit;h=c7a03b618aa15200f96f6f7c8a...
Author: Michael Stefaniuc mstefani@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