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
This commit is contained in:
Joe Taylor 2016-07-13 20:32:48 +00:00
parent f3d6de87d8
commit b7d4b277aa
1 changed files with 1 additions and 0 deletions

View File

@ -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) + "> ";