Michael Stefaniuc : notepad: Fix an error in a Thai resource.

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


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

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

notepad: Fix an error in a Thai resource.

---

 programs/notepad/Th.rc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/programs/notepad/Th.rc b/programs/notepad/Th.rc
index 10a6db5..5f32600 100644
--- a/programs/notepad/Th.rc
+++ b/programs/notepad/Th.rc
@@ -53,6 +53,7 @@ MAIN_MENU MENU
  POPUP "¤Ñ¹ËÒ" {
   MENUITEM "¤é¹ËÒ\tCtrl+F",   CMD_SEARCH
   MENUITEM "¤é¹ËÒµèÍä»\tF3",  CMD_SEARCH_NEXT
+  MENUITEM "&Replace...\tCtrl+H", CMD_REPLACE
  }
  POPUP "ªèÇÂàËÅÕÍ" {
   MENUITEM "à¹×éÍËÒ",         CMD_HELP_CONTENTS




More information about the wine-cvs mailing list