From 6d602943335d4d18107cafb9411c036e8e0ba14a Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sat, 5 Nov 2022 15:55:00 +0100 Subject: [PATCH] renamed icon file --- .../{RocksIcon32x32.png => icons/icon.png} | Bin src/main.h | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename graphics/gfx_classic/{RocksIcon32x32.png => icons/icon.png} (100%) diff --git a/graphics/gfx_classic/RocksIcon32x32.png b/graphics/gfx_classic/icons/icon.png similarity index 100% rename from graphics/gfx_classic/RocksIcon32x32.png rename to graphics/gfx_classic/icons/icon.png diff --git a/src/main.h b/src/main.h index 1a77f8a9..072fa815 100644 --- a/src/main.h +++ b/src/main.h @@ -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" -- 2.34.1