[CALC][CLIPBRD][SOLITAIRE][SPIDER][NOTEPAD][REGEDIT][TASKMGR] Disable help menu/button

This commit is contained in:
Bișoc George 2018-04-24 19:58:46 +02:00 committed by David Quintana
parent 1cb019bd21
commit 6c16f12de5
8 changed files with 24 additions and 0 deletions

View file

@ -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