From fe34593326b0de1bbd68d6e6e10ddb66c3ce420c Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 7 Jul 2016 00:17:47 +0000 Subject: [PATCH] Fix typo. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6884 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 098caedb7..53571ca65 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -831,9 +831,9 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, //### The following is temporary ### { QString t=m_config.my_callsign(); - if(t!="IV3NWV" and t!="K1JT" and t!="K9AN" and t!="G4WJS" - and t!="IW0HDV" and t!="VE1SKY" and t!="KI7MT" and t!"W8WN" - and t!="G4SWX") { + if(t!="IV3NWV" and t!="K1JT" and t!="K9AN" and t!="G4WJS" and + t!="IW0HDV" and t!="VE1SKY" and t!="KI7MT" and t!="W8WN" and + t!="G4SWX") { ui->actionQRA64->setChecked(false); ui->actionQRA64->setEnabled(false); ui->actionMSK144->setChecked(false);