[SNDVOL32] Change the menu item prefix from IDC to IDM
[reactos.git] / base / applications / sndvol32 / resources.h
index 85dfed9..c1aef28 100644 (file)
@@ -2,13 +2,15 @@
 
 #define IDM_MAINMENU 101
 
-#define IDI_MAINAPP 304
+#define IDI_MAINAPP 301
+#define IDI_SPEAKER_LEFT 302
+#define IDI_SPEAKER_RIGHT 303
 
-#define IDC_PROPERTIES        1001
-#define IDC_ADVANCED_CONTROLS 1002
-#define IDC_EXIT              1003
-#define IDC_HELP_TOPICS       1101
-#define IDC_ABOUT             1102
+#define IDM_PROPERTIES        1001
+#define IDM_ADVANCED_CONTROLS 1002
+#define IDM_EXIT              1003
+#define IDM_HELP_TOPICS       1101
+#define IDM_ABOUT             1102
 
 #define IDC_MIXERDEVICE      1001
 #define IDC_PLAYBACK         1002
@@ -26,5 +28,9 @@
 #define IDS_SNDVOL32       100
 #define IDS_NOMIXERDEVICES 101
 
-#define IDD_VOLUME_CTRL 200
-#define IDD_PREFERENCES 201
+#define IDD_NORMAL_MASTER 200
+#define IDD_NORMAL_LINE   201
+#define IDD_SMALL_MASTER  202
+#define IDD_SMALL_LINE    203
+#define IDD_TRAY_MASTER   204
+#define IDD_PREFERENCES   205