Simplify the WSPR warning message, and mark the WSPR band when we're

on 30 m.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3481 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2013-07-12 13:45:28 +00:00
parent 48dd53f357
commit c2859a188c
5 changed files with 34 additions and 3 deletions
+6
View File
@@ -306,3 +306,9 @@ void WideGraph::setFreq2(int rxFreq, int txFreq)
m_txFreq=txFreq;
emit setFreq3(rxFreq,txFreq);
}
void WideGraph::setDialFreq(double d)
{
m_dialFreq=d;
ui->widePlot->setDialFreq(d);
}