mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 08:31:57 -05:00
Fix a garbled comment.
This commit is contained in:
parent
fce13d2a82
commit
de327f7840
@ -4709,7 +4709,7 @@ bool MainWindow::stdCall(QString w)
|
||||
|
||||
void MainWindow::genStdMsgs(QString rpt, bool unconditional)
|
||||
{
|
||||
// Seems to prevent abortQSO from working when a TU; message is already queue// Seems to prevent abortQSO from working when a TU; message is already queued
|
||||
// Prevent abortQSO from working when a TU; message is already queued
|
||||
// if(ui->tx3->text().left(4)=="TU; ") {
|
||||
// return;
|
||||
// }
|
||||
|
Loading…
Reference in New Issue
Block a user