mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-28 20:32:28 -04: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 ();
|
m_qsoStop.clear ();
|
||||||
genStdMsgs (QString {});
|
genStdMsgs (QString {});
|
||||||
if (ui->tabWidget->currentIndex() == 1) {
|
if (ui->tabWidget->currentIndex() == 1) {
|
||||||
ui->genMsg->setText(ui->tx6->tqext());
|
ui->genMsg->setText(ui->tx6->text());
|
||||||
m_ntx=7;
|
m_ntx=7;
|
||||||
m_gen_message_is_cq = true;
|
m_gen_message_is_cq = true;
|
||||||
ui->rbGenMsg->setChecked(true);
|
ui->rbGenMsg->setChecked(true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user