[SNDVOL32] Disable the 'Advanced Controls' menu item by default.

This commit is contained in:
Eric Kohl 2019-02-10 12:53:08 +01:00
parent df829f7948
commit 6cf443d6d7

View file

@ -1055,6 +1055,9 @@ MainWindowProc(HWND hwnd,
(LPARAM)szProduct);
}
}
/* Disable the 'Advanced Controls' menu item */
EnableMenuItem(GetMenu(hwnd), IDC_ADVANCED_CONTROLS, MF_BYCOMMAND | MF_GRAYED);
}
break;
}