mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 16:51:18 +00:00
[SNDVOL32] Create small speaker icons from the default sndvol32 icon
This commit is contained in:
parent
8ac662291e
commit
29955aa231
4 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
BIN
base/applications/sndvol32/resources/speaker_left.ico
Normal file
BIN
base/applications/sndvol32/resources/speaker_left.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
BIN
base/applications/sndvol32/resources/speaker_right.ico
Normal file
BIN
base/applications/sndvol32/resources/speaker_right.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue