diff --git a/mainwindow.cpp b/mainwindow.cpp index 552aa584b..0867f1816 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4379,8 +4379,9 @@ void MainWindow::processMessage (DecodedText const& message, Qt::KeyboardModifie } else { m_bTUmsg=false; if(m_nContest==RTTY and m_nextCall!="") { - logQSOTimer.start(0); // We're in RTTY contest and have "nextCall" queued up: send a "TU; ..." message + on_logQSOButton_clicked(); + ui->tx3->setText(ui->tx3->text().remove("TU; ")); useNextCall(); QString t="TU; " + ui->tx3->text(); ui->tx3->setText(t);