mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05: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 #");
|
||||
} else {
|
||||
m_modeTx="Q65";
|
||||
ui->pbTxMode->setText("Tx Q65 $");
|
||||
ui->pbTxMode->setText("Tx Q65 :");
|
||||
}
|
||||
// m_wideGraph->setModeTx(m_modeTx);
|
||||
// statusChanged();
|
||||
|
Loading…
Reference in New Issue
Block a user