notepad: Fix an error in a Hungarian resource

Michael Stefaniuc mstefani at redhat.de
Mon Jul 12 17:04:58 CDT 2010


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

diff --git a/programs/notepad/Hu.rc b/programs/notepad/Hu.rc
index e1251b5..3853d43 100644
--- a/programs/notepad/Hu.rc
+++ b/programs/notepad/Hu.rc
@@ -54,6 +54,7 @@ POPUP "S&zerkeszt
 POPUP "&Keresés" {
   MENUITEM "&Keresés...",           CMD_SEARCH
   MENUITEM "Köve&tkezõ keresése\tF3",  CMD_SEARCH_NEXT
+  MENUITEM "&Replace...\tCtrl+H", CMD_REPLACE
  }
 POPUP "&Súgó" {
   MENUITEM "&Témakörök",         CMD_HELP_CONTENTS
-- 
1.7.2.rc2



More information about the wine-patches mailing list