mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-02 22:14:56 -04:00
Allow clicking in Active Stations window to call a station identified by Q65W.
This commit is contained in:
@@ -62,7 +62,7 @@ void ActiveStations::displayRecentStations(QString mode, QString const& t)
|
||||
m_mode=mode;
|
||||
bool b=(m_mode=="Q65");
|
||||
if(b) {
|
||||
ui->header_label2->setText(" N Freq Call Age");
|
||||
ui->header_label2->setText(" N Freq Call Tx Age");
|
||||
ui->label->setText("QSOs:");
|
||||
} else {
|
||||
ui->header_label2->setText(" N Call Grid Az S/N Freq Tx Age Pts");
|
||||
|
||||
Reference in New Issue
Block a user