Author: gedmurphy
Date: Wed Sep 12 23:00:36 2007
New Revision: 29022
URL:
http://svn.reactos.org/svn/reactos?rev=29022&view=rev
Log:
Set the main icon resource number to 3004. This should ensure SetupDiLoadClassIcon loads
it correctly.
Modified:
trunk/reactos/dll/cpl/mmsys/resource.h
Modified: trunk/reactos/dll/cpl/mmsys/resource.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/mmsys/resource.h?r…
==============================================================================
--- trunk/reactos/dll/cpl/mmsys/resource.h (original)
+++ trunk/reactos/dll/cpl/mmsys/resource.h Wed Sep 12 23:00:36 2007
@@ -2,9 +2,9 @@
#define __CPL_RESOURCE_H
-#define IDI_CPLICON 4379
-#define IDI_MUTED_ICON 4380
-#define IDI_MICROPHONE_ICON 4381
+#define IDI_CPLICON 3004
+#define IDI_MUTED_ICON 4393
+#define IDI_MICROPHONE_ICON 4378
#define IDD_HARDWARE 100
#define IDD_VOLUME 101