regedit: fix the English (Neutral) menu

Mikołaj Zalewski mikolaj at zalewski.pl
Wed Sep 27 04:51:34 CDT 2006


This may be important if someone copies from there the menu for a new 
translation
-------------- next part --------------
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
-- 
1.4.1


More information about the wine-patches mailing list