Browse Source

mascot bitmap added to resources

pull/431/head
orignal 9 years ago
parent
commit
bdcb26edae
  1. BIN
      Win32/Anke.jpg
  2. 5
      Win32/Resource.rc
  3. BIN
      Win32/anke.ico
  4. BIN
      Win32/ictoopie.ico
  5. 1
      Win32/resource.h

BIN
Win32/Anke.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

5
Win32/Resource.rc

@ -52,7 +52,10 @@ END
// Icon with lowest ID value placed first to ensure application icon // Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems. // remains consistent on all systems.
MAINICON ICON "ictoopie.ico" MAINICON ICON "Anke.ico"
MASCOT BITMAP "Anke_700px.bmp"
#endif // English (United States) resources #endif // English (United States) resources
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

BIN
Win32/anke.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
Win32/ictoopie.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 176 KiB

1
Win32/resource.h

@ -3,6 +3,7 @@
// Used by Resource.rc // Used by Resource.rc
// //
#define MAINICON 101 #define MAINICON 101
#define MASCOT 201
// Next default values for new objects // Next default values for new objects
// //

Loading…
Cancel
Save