mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 14:53:40 +00:00
[SNDVOL32] Disable the 'Advanced Controls' menu item by default.
This commit is contained in:
parent
df829f7948
commit
6cf443d6d7
1 changed files with 3 additions and 0 deletions
|
@ -1055,6 +1055,9 @@ MainWindowProc(HWND hwnd,
|
||||||
(LPARAM)szProduct);
|
(LPARAM)szProduct);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Disable the 'Advanced Controls' menu item */
|
||||||
|
EnableMenuItem(GetMenu(hwnd), IDC_ADVANCED_CONTROLS, MF_BYCOMMAND | MF_GRAYED);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue