win32: Add a colorful icon resource.

This commit is contained in:
Brandon Wright 2018-11-06 19:22:06 -06:00
parent a9cc03c06c
commit 18535e99e2
3 changed files with 2 additions and 0 deletions

BIN
win32/rsrc/icon2.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

View File

@ -33,6 +33,7 @@
#define IDD_CREATEMOVIE 135
#define IDD_KEYCUSTOM 136
#define IDI_ICON1 144
#define IDI_ICON2 160
#define IDB_REMOVABLE 145
#define IDB_RAMDISK 146
#define IDB_UNKNOWN 147

View File

@ -823,6 +823,7 @@ IDB_HIDDENFOLDER BITMAP "hiddir.bmp"
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON1 ICON "icon1.ico"
IDI_ICON2 ICON "icon2.ico"
/////////////////////////////////////////////////////////////////////////////