renamed icon file
authorHolger Schemel <info@artsoft.org>
Sat, 5 Nov 2022 14:55:00 +0000 (15:55 +0100)
committerHolger Schemel <info@artsoft.org>
Sat, 5 Nov 2022 14:55:00 +0000 (15:55 +0100)
graphics/gfx_classic/RocksIcon32x32.png [deleted file]
graphics/gfx_classic/icons/icon.png [new file with mode: 0644]
src/main.h

diff --git a/graphics/gfx_classic/RocksIcon32x32.png b/graphics/gfx_classic/RocksIcon32x32.png
deleted file mode 100644 (file)
index dcd5112..0000000
Binary files a/graphics/gfx_classic/RocksIcon32x32.png and /dev/null differ
diff --git a/graphics/gfx_classic/icons/icon.png b/graphics/gfx_classic/icons/icon.png
new file mode 100644 (file)
index 0000000..dcd5112
Binary files /dev/null and b/graphics/gfx_classic/icons/icon.png differ
index 1a77f8a9bc7959fc7c73dfd018e4a213ef25ac8b..072fa8155ac26a31b38ef8b23a2a61b3d9999049 100644 (file)
@@ -2622,7 +2622,7 @@ enum
 #define PROGRAM_COPYRIGHT_STRING       "Copyright \xa9""1995-2022 by Holger Schemel"
 #define PROGRAM_COMPANY_STRING         "A Game by Artsoft Entertainment"
 
-#define PROGRAM_ICON_FILENAME          "RocksIcon32x32.png"
+#define PROGRAM_ICON_FILENAME          "icons/icon.png"
 
 #define COOKIE_PREFIX                  "ROCKSNDIAMONDS"