From ac77a0a5dedac123d1d7d3c96764894d9b6e947e Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 28 Jun 2016 16:14:06 +0000 Subject: [PATCH] Add KI7MT to list of "enable" calls. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6813 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index b70a87e7e..0df13c1c8 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -826,7 +826,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!="IW0HDV" and t!="VE1SKY" and t!="KI7MT") { ui->actionQRA65->setChecked(false); ui->actionQRA65->setEnabled(false); ui->actionMSK144->setChecked(false);