mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-09 23:01:46 +00:00
Added rpgxEF icon
This commit is contained in:
parent
5a468b8550
commit
7862720ccd
2 changed files with 3 additions and 3 deletions
|
@ -54,9 +54,9 @@ END
|
|||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
#ifndef __MINGW32__
|
||||
IDI_ICON1 ICON DISCARDABLE "../quake3.ico"
|
||||
IDI_ICON1 ICON DISCARDABLE "../rgpxef.ico"
|
||||
#else
|
||||
IDI_ICON1 ICON DISCARDABLE "misc/quake3.ico"
|
||||
IDI_ICON1 ICON DISCARDABLE "misc/rpgxef.ico"
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -67,7 +67,7 @@ IDI_ICON1 ICON DISCARDABLE "misc/quake3.ico"
|
|||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_STRING1 "Quake3"
|
||||
IDS_STRING1 "rpgxEF"
|
||||
END
|
||||
|
||||
#endif // English (U.S.) resources
|
||||
|
|
BIN
misc/rpgxef.ico
Normal file
BIN
misc/rpgxef.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 196 KiB |
Loading…
Reference in a new issue