From 0254b0ccd75a7b10e63bb73f9d5ea8637e336103 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 28 Sep 2017 15:55:24 +0000 Subject: [PATCH] Display "NIL NOW ", etc., only for test cases. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8133 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 8faeeb0dc..bc4b71384 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -2711,7 +2711,7 @@ void MainWindow::readFromStdout() //readFromStdout if(navg>1 or t.indexOf("f*")>0) bAvgMsg=true; } } - if(m_mode=="FT8") { + if(m_mode=="FT8" and m_bDXped) { int i3bit=t.mid(44,1).toInt(); t=t.mid(0,44) + " " + t.mid(45); if(i3bit==1) t=t.mid(0,24) + "RR73 NOW " + t.mid(24);