mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-25 06:35:17 -04:00
Change button label from "Tx Q65 $" to "Tx Q65 :".
This commit is contained in:
parent
fec7e2d2d1
commit
9f45e095f1
@ -2254,7 +2254,7 @@ void MainWindow::on_pbTxMode_clicked()
|
|||||||
ui->pbTxMode->setText("Tx JT65 #");
|
ui->pbTxMode->setText("Tx JT65 #");
|
||||||
} else {
|
} else {
|
||||||
m_modeTx="Q65";
|
m_modeTx="Q65";
|
||||||
ui->pbTxMode->setText("Tx Q65 $");
|
ui->pbTxMode->setText("Tx Q65 :");
|
||||||
}
|
}
|
||||||
// m_wideGraph->setModeTx(m_modeTx);
|
// m_wideGraph->setModeTx(m_modeTx);
|
||||||
// statusChanged();
|
// statusChanged();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user