From de327f7840ec33a39fec915ae7bfa51a5b56702c Mon Sep 17 00:00:00 2001 From: Steve Franke Date: Mon, 29 Oct 2018 10:18:52 -0500 Subject: [PATCH] Fix a garbled comment. --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 00a95e741..e6e01e4c5 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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; // }