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
This commit is contained in:
Joe Taylor 2016-06-28 16:14:06 +00:00
parent 4c4b182b72
commit ac77a0a5de

View File

@ -826,7 +826,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
{ {
QString t=m_config.my_callsign(); QString t=m_config.my_callsign();
if(t!="IV3NWV" and t!="K1JT" and t!="K9AN" and t!="G4WJS" 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->setChecked(false);
ui->actionQRA65->setEnabled(false); ui->actionQRA65->setEnabled(false);
ui->actionMSK144->setChecked(false); ui->actionMSK144->setChecked(false);