1
0
forked from 0ad/0ad

Added simple icon (on Windows)

This was SVN commit r2052.
This commit is contained in:
Ykkrosh 2005-03-26 19:23:52 +00:00
parent ae71a6ba16
commit a321f1cc9f
3 changed files with 11 additions and 1 deletions

BIN
binaries/system/ps.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

View File

@ -3,6 +3,7 @@
// Used by assert_dlg.rc
//
#define IDD_DIALOG1 101
#define IDI_ICON1 102
#define IDC_EDIT1 1001
#define IDC_COPY 1002
#define IDC_CONTINUE 2000
@ -15,7 +16,7 @@
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 102
#define _APS_NEXT_RESOURCE_VALUE 103
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1003
#define _APS_NEXT_SYMED_VALUE 101

View File

@ -71,6 +71,15 @@ BEGIN
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON1 ICON "..\..\..\..\binaries\system\ps.ico"
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////