From 329da883d0d30ad6bcfda07049548db4f260351f Mon Sep 17 00:00:00 2001 From: Ged Murphy Date: Wed, 12 Sep 2007 19:00:36 +0000 Subject: [PATCH] Set the main icon resource number to 3004. This should ensure SetupDiLoadClassIcon loads it correctly. svn path=/trunk/; revision=29022 --- reactos/dll/cpl/mmsys/resource.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/dll/cpl/mmsys/resource.h b/reactos/dll/cpl/mmsys/resource.h index a7cd4c2bd4e..57c9d9d6dc7 100644 --- a/reactos/dll/cpl/mmsys/resource.h +++ b/reactos/dll/cpl/mmsys/resource.h @@ -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