diff --git a/source/shared_lib/sources/platform/posix/ircclient.cpp b/source/shared_lib/sources/platform/posix/ircclient.cpp index b6feee1da..03c671959 100644 --- a/source/shared_lib/sources/platform/posix/ircclient.cpp +++ b/source/shared_lib/sources/platform/posix/ircclient.cpp @@ -583,7 +583,7 @@ void IRCThread::signalQuit() { MutexSafeWrapper safeMutex1(&mutexIRCSession,string(__FILE__) + "_" + intToStr(__LINE__)); if(ircSession != NULL) { - irc_cmd_quit(ircSession, "MG Bot is closing!"); + irc_cmd_quit(ircSession, "ZG Bot is closing!"); } safeMutex1.ReleaseLock(); hasJoinedChannel = false; diff --git a/source/shared_lib/sources/platform/sdl/gl_wrap.cpp b/source/shared_lib/sources/platform/sdl/gl_wrap.cpp index 219f2065b..1b369f9ba 100644 --- a/source/shared_lib/sources/platform/sdl/gl_wrap.cpp +++ b/source/shared_lib/sources/platform/sdl/gl_wrap.cpp @@ -118,7 +118,7 @@ void PlatformContextGl::init(int colorBits, int depthBits, int stencilBits, int windowX = SDL_WINDOWPOS_UNDEFINED; int windowY = SDL_WINDOWPOS_UNDEFINED; - string windowTitleText = "MG"; + string windowTitleText = "ZetaGlest"; int windowDisplayID = -1; if(window != NULL) {