From 1b1936d8d2950b462ab87ff1fecaebd91e9a96a6 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sat, 9 Sep 2017 22:59:06 +0000 Subject: [PATCH] Add a helpful comment git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8081 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index f458fd87d..e28331ac4 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4158,6 +4158,8 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional) msgtype(t0 + "R" + rpt, ui->tx3); } } + // don't use short codes here as in a sked with a type 2 + // prefix we would never send out prefix/suffix msgtype(t + "73", ui->tx5->lineEdit ()); break; }