diff --git a/HPL2/core/sources/impl/LowLevelGraphicsSDL.cpp b/HPL2/core/sources/impl/LowLevelGraphicsSDL.cpp index c0448095..be0cec31 100644 --- a/HPL2/core/sources/impl/LowLevelGraphicsSDL.cpp +++ b/HPL2/core/sources/impl/LowLevelGraphicsSDL.cpp @@ -655,7 +655,7 @@ namespace hpl { void cLowLevelGraphicsSDL::SetWindowCaption(const tString &asName) { #if SDL_VERSION_ATLEAST(2, 0, 0) - SDL_SetWindowTitle(mpScreen, asName.c_str()); + SDL_SetWindowTitle(mpScreen, "Amnesia - The Dark Descent (NakedAmnesiaTDD Edition)"); #else SDL_WM_SetCaption(asName.c_str(), ""); #endif