update Swgclient icon to higher resolution

This commit is contained in:
Erusman
2020-06-26 21:31:19 -07:00
parent bf7161cc8d
commit 9fb3e38d11
5 changed files with 3 additions and 4 deletions
@@ -26,8 +26,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
// 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"
IDI_ICON1 ICON "swg.ico"
IDI_ICON2 ICON "swg.ico"
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

@@ -28,8 +28,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON1 ICON DISCARDABLE "icon1.ico"
IDI_ICON2 ICON DISCARDABLE "icon2.ico"
IDI_ICON ICON DISCARDABLE "swg.ico"
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////