projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05cfb81
)
[MMSYS] Do not disable a group box when no mixers are detected. By Jared Smudde....
author
Amine Khaldi
<amine.khaldi@reactos.org>
Mon, 8 Jun 2015 11:00:48 +0000
(11:00 +0000)
committer
Amine Khaldi
<amine.khaldi@reactos.org>
Mon, 8 Jun 2015 11:00:48 +0000
(11:00 +0000)
svn path=/trunk/; revision=68068
reactos/dll/cpl/mmsys/volume.c
patch
|
blob
|
history
diff --git
a/reactos/dll/cpl/mmsys/volume.c
b/reactos/dll/cpl/mmsys/volume.c
index
00bc9b5
..
204a949
100644
(file)
--- a/
reactos/dll/cpl/mmsys/volume.c
+++ b/
reactos/dll/cpl/mmsys/volume.c
@@
-232,7
+232,6
@@
InitVolumeControls(HWND hwndDlg, PGLOBAL_DATA pGlobalData)
EnableWindow(GetDlgItem(hwndDlg, IDC_MUTE_CHECKBOX), FALSE);
EnableWindow(GetDlgItem(hwndDlg, IDC_ICON_IN_TASKBAR), FALSE);
EnableWindow(GetDlgItem(hwndDlg, IDC_ADVANCED_BTN), FALSE);
- EnableWindow(GetDlgItem(hwndDlg, IDC_SPEAKER_SET_BTN), FALSE);
EnableWindow(GetDlgItem(hwndDlg, IDC_SPEAKER_VOL_BTN), FALSE);
EnableWindow(GetDlgItem(hwndDlg, IDC_ADVANCED2_BTN), FALSE);
SendDlgItemMessage(hwndDlg, IDC_MUTE_ICON, STM_SETIMAGE, IMAGE_ICON, (LPARAM)pGlobalData->hIconNoHW);