mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
We use morphed's icon now.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1512 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
be99c7194a
commit
21327eb7e6
3 changed files with 3 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
|
@ -9,13 +9,14 @@
|
|||
#define IDB_QWBITMAP 112
|
||||
#define IDI_ICON1 115
|
||||
#define IDB_BITMAP1 116
|
||||
#define IDI_ICON3 122
|
||||
#define IDC_PROGRESS 1000
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 122
|
||||
#define _APS_NEXT_RESOURCE_VALUE 123
|
||||
#define _APS_NEXT_COMMAND_VALUE 40001
|
||||
#define _APS_NEXT_CONTROL_VALUE 1005
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
|
|
|
@ -94,7 +94,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
|
|||
|
||||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
IDI_ICON1 ICON DISCARDABLE "q2.ico"
|
||||
IDI_ICON3 ICON DISCARDABLE "bymorphed.ico"
|
||||
#endif // English (U.K.) resources
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
Loading…
Reference in a new issue