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

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


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

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

notepad: Fix an error in a Hungarian resource.

---

 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




More information about the wine-cvs mailing list