notepad: Fix an error in a Thai resource

Michael Stefaniuc mstefani at redhat.de
Mon Jul 12 17:07:32 CDT 2010


... by copying over the English string.
---
 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
-- 
1.7.2.rc2



More information about the wine-patches mailing list