From fc3ba66cb1f119b3f190cbfbaaf295ac59646e3a Mon Sep 17 00:00:00 2001 From: nukeykt Date: Thu, 21 Nov 2019 01:33:06 +0900 Subject: [PATCH] Rename app name to pcexhumed # Conflicts: # GNUmakefile # platform/Windows/eduke32.sln # platform/Windows/pcexhumed.vcxproj # platform/Windows/pcexhumed.vcxproj.filters --- source/exhumed/src/exhumed.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/exhumed/src/exhumed.h b/source/exhumed/src/exhumed.h index 615160f78..05da3b4f9 100644 --- a/source/exhumed/src/exhumed.h +++ b/source/exhumed/src/exhumed.h @@ -29,11 +29,11 @@ void handleevents(); #endif #ifndef APPNAME -#define APPNAME "Exhumed" +#define APPNAME "PCExhumed" #endif #ifndef APPBASENAME -#define APPBASENAME "exhumed" +#define APPBASENAME "pcexhumed" #endif // TODO: