diff --git a/apps/launcher/maindialog.cpp b/apps/launcher/maindialog.cpp index d3bc1603df..2e973a5ff1 100644 --- a/apps/launcher/maindialog.cpp +++ b/apps/launcher/maindialog.cpp @@ -44,6 +44,8 @@ MainDialog::MainDialog() setWindowTitle(tr("OpenMW Launcher")); setWindowIcon(QIcon(":/images/openmw-icon.png")); + // Remove what's this? button + setWindowFlags(this->windowFlags() & ~Qt::WindowContextHelpButtonHint); setMinimumSize(QSize(575, 575)); connect(buttonBox, SIGNAL(rejected()), this, SLOT(close()));