From b7d4b277aa55914734c0f899b44afa74df63b218 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 13 Jul 2016 20:32:48 +0000 Subject: [PATCH] Replace the "+" sign in display of positive dB reports. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6912 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 78a9af63d..7fecb5c3b 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -3463,6 +3463,7 @@ void MainWindow::genStdMsgs(QString rpt) msgtype("73", ui->tx5->lineEdit ()); } else { int n=rpt.toInt(); + rpt.sprintf("%+2.2d",n); if((m_mode=="JTMSK" or m_mode=="MSK144") and m_bShMsgs) { int i=t0.length()-1; t0="<" + t0.mid(0,i) + "> ";