Change title of config window to "Settings" (the name used on the

File menu).


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4219 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2014-07-25 19:34:48 +00:00
parent 7d65d5744c
commit 23dced98fe
2 changed files with 921 additions and 2 deletions
+5 -2
View File
@@ -17,7 +17,7 @@
</size>
</property>
<property name="windowTitle">
<string>Configuration</string>
<string>Settings</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
@@ -902,7 +902,7 @@ this setting allows you to select which audio input will be used
<item>
<widget class="QLabel" name="CAT_poll_interval_label">
<property name="text">
<string>Poll Interval (s):</string>
<string>Poll Interval:</string>
</property>
<property name="buddy">
<cstring>CAT_poll_interval_spin_box</cstring>
@@ -911,6 +911,9 @@ this setting allows you to select which audio input will be used
</item>
<item>
<widget class="QSpinBox" name="CAT_poll_interval_spin_box">
<property name="suffix">
<string> s</string>
</property>
<property name="minimum">
<number>1</number>
</property>