From: Eric Kohl Date: Sun, 25 Mar 2018 12:46:44 +0000 (+0200) Subject: [SNDVOL32] Create small speaker icons from the default sndvol32 icon X-Git-Tag: 0.4.9-RC~372 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=29955aa2315f11f13b86c9d5a067e6b24dfc5151 [SNDVOL32] Create small speaker icons from the default sndvol32 icon --- diff --git a/base/applications/sndvol32/resources.h b/base/applications/sndvol32/resources.h index eb4ef5fa2ca..92d3dada2e3 100644 --- a/base/applications/sndvol32/resources.h +++ b/base/applications/sndvol32/resources.h @@ -2,7 +2,9 @@ #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 diff --git a/base/applications/sndvol32/resources/speaker_left.ico b/base/applications/sndvol32/resources/speaker_left.ico new file mode 100644 index 00000000000..a06c49c49e2 Binary files /dev/null and b/base/applications/sndvol32/resources/speaker_left.ico differ diff --git a/base/applications/sndvol32/resources/speaker_right.ico b/base/applications/sndvol32/resources/speaker_right.ico new file mode 100644 index 00000000000..5708797183c Binary files /dev/null and b/base/applications/sndvol32/resources/speaker_right.ico differ diff --git a/base/applications/sndvol32/sndvol32.rc b/base/applications/sndvol32/sndvol32.rc index 9545cdde309..08b208b7118 100644 --- a/base/applications/sndvol32/sndvol32.rc +++ b/base/applications/sndvol32/sndvol32.rc @@ -14,6 +14,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL IDI_MAINAPP ICON "resources/sndvol32.ico" +IDI_SPEAKER_LEFT ICON "resources/speaker_left.ico" +IDI_SPEAKER_RIGHT ICON "resources/speaker_right.ico" /* UTF-8 */ #pragma code_page(65001)