mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[SNDVOL32] Disable the 'Advanced Controls' menu item by default.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user