From a48af8057b1124d015d6c7a36f419231366e5e25 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 14 Jul 2016 17:19:18 +0000 Subject: [PATCH] Add callsigns to temp list. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6918 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 6a8f98dbd..47cce0689 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -842,7 +842,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, 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") { + t!="G4SWX" and t!="G3WDG" and t!="VK7MO") { ui->actionQRA64->setChecked(false); ui->actionQRA64->setEnabled(false); ui->actionMSK144->setChecked(false);