Michael Stefaniuc : notepad: Fix an error in the Chinese (Simplified) resource.
Module: wine Branch: master Commit: 98c2a1ee816f5e2b0263e6fb3a828e256f164e26 URL: http://source.winehq.org/git/wine.git/?a=commit;h=98c2a1ee816f5e2b0263e6fb3a... Author: Michael Stefaniuc <mstefani(a)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
participants (1)
-
Alexandre Julliard