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