mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 10:22:26 -04:00
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:
parent
f3d6de87d8
commit
b7d4b277aa
@ -3463,6 +3463,7 @@ void MainWindow::genStdMsgs(QString rpt)
|
|||||||
msgtype("73", ui->tx5->lineEdit ());
|
msgtype("73", ui->tx5->lineEdit ());
|
||||||
} else {
|
} else {
|
||||||
int n=rpt.toInt();
|
int n=rpt.toInt();
|
||||||
|
rpt.sprintf("%+2.2d",n);
|
||||||
if((m_mode=="JTMSK" or m_mode=="MSK144") and m_bShMsgs) {
|
if((m_mode=="JTMSK" or m_mode=="MSK144") and m_bShMsgs) {
|
||||||
int i=t0.length()-1;
|
int i=t0.length()-1;
|
||||||
t0="<" + t0.mid(0,i) + "> ";
|
t0="<" + t0.mid(0,i) + "> ";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user