mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-21 03:28:59 -04:00
Change name for new window: ARRL_Digi ==> Active Stations
This commit is contained in:
parent
114aeda3f8
commit
e529ad8df9
@ -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 ()});
|
||||
|
@ -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();
|
||||
|
@ -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="true"] {
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user