mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
More changes toward an "Active Stations" window.
This commit is contained in:
parent
4e96e58d57
commit
f180d30126
@ -16,7 +16,7 @@ ActiveStations::ActiveStations(QSettings * settings, QFont const& font, QWidget
|
||||
ui(new Ui::ActiveStations)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
setWindowTitle (QApplication::applicationName () + " - " + tr ("ARRL International Digital Contest"));
|
||||
setWindowTitle (QApplication::applicationName () + " - " + tr ("Active Stations"));
|
||||
ui->ActiveStationsPlainTextEdit->setReadOnly (true);
|
||||
changeFont (font);
|
||||
read_settings ();
|
||||
|
@ -3630,7 +3630,7 @@ QLabel[oob="true"] {
|
||||
</action>
|
||||
<action name="actionARRL_Intl_Digi">
|
||||
<property name="text">
|
||||
<string>ARRL Intl Digi Contest</string>
|
||||
<string>Active Stations</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
|
Loading…
Reference in New Issue
Block a user