Change "WSPR-2" to "WSPR" everywhere; update some WSPR labels.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7181 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2016-10-14 14:15:34 +00:00
parent ea06d6bc1f
commit fa5247e25d
3 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -417,7 +417,7 @@ void CPlotter::DrawOverlay() //DrawOverlay()
}
painter0.setPen(penGreen);
if(m_mode=="WSPR-2") { //### WSPR-15 code needed here, too ###
if(m_mode=="WSPR") { //### WSPR-15 code needed here, too ###
x1=XfromFreq(1400);
x2=XfromFreq(1600);
painter0.drawLine(x1,29,x2,29);
@@ -460,7 +460,7 @@ void CPlotter::DrawOverlay() //DrawOverlay()
painter0.setPen(penRed);
x1=XfromFreq(m_txFreq);
x2=XfromFreq(m_txFreq+bw);
if(m_mode=="WSPR-2") { //### WSPR-15 code needed here, too
if(m_mode=="WSPR") { //### WSPR-15 code needed here, too
bw=4*12000.0/8192.0; //WSPR
x1=XfromFreq(m_txFreq-0.5*bw);
x2=XfromFreq(m_txFreq+0.5*bw);