From ceeb410a3ee693cfa95fc3f2840c8f2257ed17af Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 18 Dec 2017 20:38:40 +0000 Subject: [PATCH] Monor tweaks. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8341 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index cac88d4fd..0f5566828 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -3519,9 +3519,9 @@ void MainWindow::guiUpdate() if(!m_config.split_mode() and !m_bWarnSplit) { QString errorMsg; MessageBox::critical_message (this, - "Operation in FT8 DXpedition requires use of\n" - "Split mode. Use either ""Rig"" or ""Fake It""\n" - "On the *Settings | Radio* tab.", errorMsg); + "Operation in FT8 DXpedition strongly recommends use\n" + "of Split mode. Use either ""Rig"" or ""Fake It""\n" + "on the *Settings | Radio* tab.", errorMsg); m_bWarnSplit=true; } @@ -4902,9 +4902,7 @@ void MainWindow::displayWidgets(int n) if(i==22) { if(!b && m_echoGraph->isVisible()) m_echoGraph->hide(); } - if(i==23) { - ui->cbSWL->setVisible(b); - } + if(i==23) ui->cbSWL->setVisible(b); if(i==24) ui->actionEnable_AP_FT8->setVisible (b); if(i==25) ui->actionEnable_AP_JT65->setVisible (b); if(i==26) ui->actionEnable_AP_DXcall->setVisible (b);