Mikołaj Zalewski : regedit: Fix the English (Neutral) menu.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Sep 27 13:58:33 CDT 2006


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

Author: Mikołaj Zalewski <mikolaj at zalewski.pl>
Date:   Wed Sep 27 11:51:34 2006 +0200

regedit: Fix the English (Neutral) menu.

---

 programs/regedit/En.rc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/programs/regedit/En.rc b/programs/regedit/En.rc
index 62b5c1f..ba07a8f 100644
--- a/programs/regedit/En.rc
+++ b/programs/regedit/En.rc
@@ -60,8 +60,8 @@ BEGIN
         MENUITEM SEPARATOR
         MENUITEM "&Copy Key Name",              ID_EDIT_COPYKEYNAME
         MENUITEM SEPARATOR
-        MENUITEM "&Find\tCtrl+F",               ID_EDIT_FIND
-        MENUITEM "Find Ne&xt\tF3",              ID_EDIT_FINDNEXT
+        MENUITEM "&Find\tCtrl+F",               ID_EDIT_FIND, GRAYED
+        MENUITEM "Find Ne&xt\tF3",              ID_EDIT_FINDNEXT, GRAYED
     END
     POPUP "&View"
     BEGIN




More information about the wine-cvs mailing list