From 1bf9f227606f4c25606a70c751e8250e52c1c84d Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 13 Jun 2018 15:37:42 -0400 Subject: [PATCH] Deactivate the "not_GA" warning message at startup. --- mainwindow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 98afe3f9b..df3687283 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -913,15 +913,15 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, MessageBox::critical_message (this, "Code in the WSJT-X development branch is\n" "not currently available for on-the-air use.\n\n" - "Please use WSJT-X v1.8.0\n", errorMsg); + "Please use WSJT-X v1.9.1\n", errorMsg); Q_EMIT finished (); } -*/ + if(QCoreApplication::applicationVersion().contains("-devel") or QCoreApplication::applicationVersion().contains("-rc")) { QTimer::singleShot (0, this, SLOT (not_GA_warning_message ())); } - +*/ if(!ui->cbMenus->isChecked()) { ui->cbMenus->setChecked(true); ui->cbMenus->setChecked(false);