mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 08:52:20 +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
|
@ -210,6 +210,8 @@ TaskManagerWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
|
|||
|
||||
switch (message) {
|
||||
case WM_INITDIALOG:
|
||||
// For now, the Help dialog menu item is disabled because of lacking of HTML Help support
|
||||
EnableMenuItem(GetMenu(hDlg), ID_HELP_TOPICS, MF_BYCOMMAND | MF_GRAYED);
|
||||
hMainWnd = hDlg;
|
||||
return OnCreate(hDlg);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue