Change name for new window: ARRL_Digi ==> Active Stations

This commit is contained in:
Joe Taylor 2022-03-12 09:55:50 -05:00
parent 114aeda3f8
commit e529ad8df9
3 changed files with 4 additions and 4 deletions

View File

@ -2756,7 +2756,7 @@ void MainWindow::on_actionMessage_averaging_triggered()
m_msgAvgWidget->activateWindow();
}
void MainWindow::on_actionARRL_Intl_Digi_triggered()
void MainWindow::on_actionActiveStations_triggered()
{
if(m_ActiveStationsWidget == NULL) {
m_ActiveStationsWidget.reset (new ActiveStations {m_settings, m_config.decoded_text_font ()});

View File

@ -268,7 +268,7 @@ private slots:
void stopTuneATU();
void auto_tx_mode(bool);
void on_actionMessage_averaging_triggered();
void on_actionARRL_Intl_Digi_triggered();
void on_actionActiveStations_triggered();
void on_contest_log_action_triggered ();
void on_fox_log_action_triggered ();
void on_actionColors_triggered();

View File

@ -3016,7 +3016,7 @@ QLabel[oob="true"] {
<addaction name="fox_log_action"/>
<addaction name="actionColors"/>
<addaction name="actionSWL_Mode"/>
<addaction name="actionARRL_Intl_Digi"/>
<addaction name="actionActiveStations"/>
</widget>
<widget class="QMenu" name="menuDecode">
<property name="title">
@ -3628,7 +3628,7 @@ QLabel[oob=&quot;true&quot;] {
<string>Disable writing of ALL.TXT</string>
</property>
</action>
<action name="actionARRL_Intl_Digi">
<action name="actionActiveStations">
<property name="text">
<string>Active Stations</string>
</property>