mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
Enable the help menu for regedit.
This commit is contained in:
parent
94d5531e6f
commit
794e046279
1 changed files with 2 additions and 4 deletions
|
@ -94,10 +94,8 @@ BEGIN
|
|||
END
|
||||
POPUP "&Help"
|
||||
BEGIN
|
||||
/*
|
||||
* MENUITEM "&Help Topics", ID_HELP_HELPTOPICS
|
||||
* MENUITEM SEPARATOR
|
||||
*/
|
||||
MENUITEM "&Help Topics\tF1", ID_HELP_HELPTOPICS
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&About Registry Editor", ID_HELP_ABOUT
|
||||
END
|
||||
END
|
||||
|
|
Loading…
Reference in a new issue