mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-06 16:05:09 -04:00
Complete the handling of SuperFox text messages.
This commit is contained in:
@@ -9884,7 +9884,10 @@ void MainWindow::on_pbFreeText_clicked()
|
||||
bool ok;
|
||||
m_freeTextMsg = QInputDialog::getText (this, tr("Free Text Message"),
|
||||
tr("Message:"), QLineEdit::Normal, m_freeTextMsg0, &ok);
|
||||
if(ok) m_freeTextMsg0=m_freeTextMsg;
|
||||
if(ok) {
|
||||
m_freeTextMsg=m_freeTextMsg.toUpper();
|
||||
m_freeTextMsg0=m_freeTextMsg;
|
||||
}
|
||||
}
|
||||
|
||||
void MainWindow::on_comboBoxHoundSort_activated(int index)
|
||||
|
||||
Reference in New Issue
Block a user