Mikołaj Zalewski : regedit: Fix the English (Neutral) menu.
Module: wine Branch: master Commit: f16542f8015c17c76dae115adbecfa8bef0d4f8c URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=f16542f8015c17c76dae115a... Author: Mikołaj Zalewski <mikolaj(a)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
participants (1)
-
Alexandre Julliard