[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

@ -353,6 +353,9 @@ NOTEPAD_WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
case WM_CREATE:
Globals.hMenu = GetMenu(hWnd);
// For now, the "Help" dialog is disabled due to the lack of HTML Help support
EnableMenuItem(Globals.hMenu, CMD_HELP_CONTENTS, MF_BYCOMMAND | MF_GRAYED);
break;
case WM_COMMAND: