mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
fixed wrong comment
svn path=/trunk/; revision=19649
This commit is contained in:
@@ -47,5 +47,5 @@ BEGIN
|
||||
EDITTEXT IDC_DEVSTATUS, 14, 96, 224, 61, NOT WS_TABSTOP | ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | WS_VSCROLL
|
||||
PUSHBUTTON "&Troubleshoot...", IDC_TROUBLESHOOT, 148, 163, 90, 15
|
||||
LTEXT "&Device usage:", -1, 7, 188, 222, 8
|
||||
COMBOBOX IDC_DEVUSAGE, 7, 198, 239, 40, CBS_DROPDOWN | WS_VSCROLL
|
||||
COMBOBOX IDC_DEVUSAGE, 7, 198, 239, 40, CBS_DROPDOWNLIST | WS_VSCROLL
|
||||
END
|
||||
|
||||
@@ -399,8 +399,6 @@ DeviceAdvancedPropertiesW(HWND hWndParent,
|
||||
0,
|
||||
&DevInfoData))
|
||||
{
|
||||
|
||||
/* create the image list */
|
||||
Ret = DisplayDeviceAdvancedProperties(hWndParent,
|
||||
hDevInfo,
|
||||
&DevInfoData,
|
||||
|
||||
Reference in New Issue
Block a user