mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-26 06:08:42 -05:00
Fix a stray-character typo.
This commit is contained in:
parent
9565fac0a3
commit
2756303f08
@ -4891,7 +4891,7 @@ void MainWindow::clearDX ()
|
||||
m_qsoStop.clear ();
|
||||
genStdMsgs (QString {});
|
||||
if (ui->tabWidget->currentIndex() == 1) {
|
||||
ui->genMsg->setText(ui->tx6->tqext());
|
||||
ui->genMsg->setText(ui->tx6->text());
|
||||
m_ntx=7;
|
||||
m_gen_message_is_cq = true;
|
||||
ui->rbGenMsg->setChecked(true);
|
||||
|
Loading…
Reference in New Issue
Block a user