fixed wrong comment
Modified: trunk/reactos/lib/devmgr/En.rc
Modified: trunk/reactos/lib/devmgr/advprop.c
_____
Modified: trunk/reactos/lib/devmgr/En.rc
--- trunk/reactos/lib/devmgr/En.rc 2005-11-26 17:43:06 UTC (rev
19648)
+++ trunk/reactos/lib/devmgr/En.rc 2005-11-26 18:24:43 UTC (rev
19649)
@@ -47,5 +47,5 @@
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
_____
Modified: trunk/reactos/lib/devmgr/advprop.c
--- trunk/reactos/lib/devmgr/advprop.c 2005-11-26 17:43:06 UTC (rev
19648)
+++ trunk/reactos/lib/devmgr/advprop.c 2005-11-26 18:24:43 UTC (rev
19649)
@@ -399,8 +399,6 @@
0,
&DevInfoData))
{
-
- /* create the image list */
Ret = DisplayDeviceAdvancedProperties(hWndParent,
hDevInfo,
&DevInfoData,
Show replies by date