From 0e6b7ffde79bbc3d9d09440d05887b10dd2b87d9 Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 14 May 2016 18:47:45 +0200 Subject: [PATCH] Changed: Hide help button --- code/ryzom/tools/client/ryzom_installer/src/wizarddialog.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/ryzom/tools/client/ryzom_installer/src/wizarddialog.cpp b/code/ryzom/tools/client/ryzom_installer/src/wizarddialog.cpp index 1cb13c58a..0444487cd 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/wizarddialog.cpp +++ b/code/ryzom/tools/client/ryzom_installer/src/wizarddialog.cpp @@ -44,6 +44,8 @@ QString qBytesToHumanReadable(qint64 bytes) CWizardDialog::CWizardDialog():QDialog() { + setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint); + setupUi(this); currentDirectoryRadioButton->setVisible(false);