Change button label from "Tx Q65 $" to "Tx Q65 :".

This commit is contained in:
Joe Taylor 2021-04-14 09:16:54 -04:00
parent fec7e2d2d1
commit 9f45e095f1
1 changed files with 1 additions and 1 deletions

View File

@ -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();