notepad: Fix an error in a Turkish resource

Michael Stefaniuc mstefani at redhat.de
Mon Jul 12 17:08:46 CDT 2010


... by copying over the English string.
---
 programs/notepad/Tr.rc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/programs/notepad/Tr.rc b/programs/notepad/Tr.rc
index 31b0265..3337ac5 100644
--- a/programs/notepad/Tr.rc
+++ b/programs/notepad/Tr.rc
@@ -53,6 +53,7 @@ POPUP "D&
 POPUP "&Bul" {
   MENUITEM "&Bul...\tCtrl+F",         CMD_SEARCH
   MENUITEM "&Sonrakini bul\tF3",   CMD_SEARCH_NEXT
+  MENUITEM "&Replace...\tCtrl+H",  CMD_REPLACE
  }
 POPUP "&Yardım" {
   MENUITEM "&İçindekiler",              CMD_HELP_CONTENTS
-- 
1.7.2.rc2



More information about the wine-patches mailing list