From e9fc2e8fa0c2b62469d04a4ee63c043d98af615d Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Sat, 21 Mar 2026 14:15:40 +0100 Subject: [PATCH] normalitzat el caption de la finestra --- source/utils/defines.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utils/defines.hpp b/source/utils/defines.hpp index 51028d9..0571a51 100644 --- a/source/utils/defines.hpp +++ b/source/utils/defines.hpp @@ -4,7 +4,7 @@ // Textos namespace Texts { -constexpr const char* WINDOW_CAPTION = "JailDoctor's Dilemma"; +constexpr const char* WINDOW_CAPTION = "© 2022 JailDoctor's Dilemma — JailDesigner"; constexpr const char* COPYRIGHT = "@2022 JailDesigner"; constexpr const char* VERSION = "1.10"; // Versión por defecto } // namespace Texts