mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-31 05:02:26 -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();
|
m_msgAvgWidget->activateWindow();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::on_actionARRL_Intl_Digi_triggered()
|
void MainWindow::on_actionActiveStations_triggered()
|
||||||
{
|
{
|
||||||
if(m_ActiveStationsWidget == NULL) {
|
if(m_ActiveStationsWidget == NULL) {
|
||||||
m_ActiveStationsWidget.reset (new ActiveStations {m_settings, m_config.decoded_text_font ()});
|
m_ActiveStationsWidget.reset (new ActiveStations {m_settings, m_config.decoded_text_font ()});
|
||||||
|
@ -268,7 +268,7 @@ private slots:
|
|||||||
void stopTuneATU();
|
void stopTuneATU();
|
||||||
void auto_tx_mode(bool);
|
void auto_tx_mode(bool);
|
||||||
void on_actionMessage_averaging_triggered();
|
void on_actionMessage_averaging_triggered();
|
||||||
void on_actionARRL_Intl_Digi_triggered();
|
void on_actionActiveStations_triggered();
|
||||||
void on_contest_log_action_triggered ();
|
void on_contest_log_action_triggered ();
|
||||||
void on_fox_log_action_triggered ();
|
void on_fox_log_action_triggered ();
|
||||||
void on_actionColors_triggered();
|
void on_actionColors_triggered();
|
||||||
|
@ -3016,7 +3016,7 @@ QLabel[oob="true"] {
|
|||||||
<addaction name="fox_log_action"/>
|
<addaction name="fox_log_action"/>
|
||||||
<addaction name="actionColors"/>
|
<addaction name="actionColors"/>
|
||||||
<addaction name="actionSWL_Mode"/>
|
<addaction name="actionSWL_Mode"/>
|
||||||
<addaction name="actionARRL_Intl_Digi"/>
|
<addaction name="actionActiveStations"/>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QMenu" name="menuDecode">
|
<widget class="QMenu" name="menuDecode">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
@ -3628,7 +3628,7 @@ QLabel[oob="true"] {
|
|||||||
<string>Disable writing of ALL.TXT</string>
|
<string>Disable writing of ALL.TXT</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionARRL_Intl_Digi">
|
<action name="actionActiveStations">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Active Stations</string>
|
<string>Active Stations</string>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user