diff --git a/src/gmenu2x.cpp b/src/gmenu2x.cpp index 98f7960..3963084 100644 --- a/src/gmenu2x.cpp +++ b/src/gmenu2x.cpp @@ -259,6 +259,8 @@ GMenu2X::GMenu2X() exit(EXIT_FAILURE); } + SDL_WM_SetCaption("GMenu2X", nullptr); + s = OutputSurface::open(resX, resY, confInt["videoBpp"]); if (!fileExists(confStr["wallpaper"])) {