From 07f6d9d1eee615869abb38fafc73c5b9b9277a4a Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 5 Nov 2018 12:12:48 -0500 Subject: [PATCH] Correct the logic for going to Tx6 rather than Tx5. --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index c7bde04ff..2fa4e570b 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4401,7 +4401,7 @@ void MainWindow::processMessage (DecodedText const& message, Qt::KeyboardModifie ui->tx3->setText(t); m_bTUmsg=true; } else { - if(m_mode=="FT8") { + if(SpecOp::RTTY == m_config.special_op_id()) { on_logQSOButton_clicked(); m_ntx=6; ui->txrb6->setChecked(true);