mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:05:48 +00:00
[CALC][CLIPBRD][SOLITAIRE][SPIDER][NOTEPAD][REGEDIT][TASKMGR] Disable help menu/button
This commit is contained in:
parent
1cb019bd21
commit
6c16f12de5
8 changed files with 24 additions and 0 deletions
|
@ -1269,6 +1269,8 @@ static INT_PTR CALLBACK DlgMainProc(HWND hWnd, UINT msg, WPARAM wp, LPARAM lp)
|
|||
return SubclassButtonProc(hWnd, wp, lp);
|
||||
|
||||
case WM_INITDIALOG:
|
||||
// For now, the Help dialog is disabled because of lacking of HTML Help support
|
||||
EnableMenuItem(GetMenu(hWnd), IDM_HELP_HELP, MF_BYCOMMAND | MF_GRAYED);
|
||||
calc.hWnd=hWnd;
|
||||
|
||||
#ifdef USE_KEYBOARD_HOOK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue