Tweak the wording on two labels.

Change default JT9 frequencies on 60, 17, and 12 m.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3116 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2013-03-28 17:22:40 +00:00
parent 0c8950ff58
commit d1c737989c
3 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@
</sizepolicy>
</property>
<property name="windowTitle">
<string>About MAP65</string>
<string>About WSJT-X</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>

View File

@ -17,8 +17,8 @@ wchar_t buffer[256];
bool btxok; //True if OK to transmit
bool btxMute;
double outputLatency; //Latency in seconds
double dFreq[]={0.136,0.4742,1.838,3.578,5.2872,7.078,10.130,14.078,
18.1046,21.078,24.9246,28.078,50.293,70.091,144.489,432.178};
double dFreq[]={0.136,0.4742,1.838,3.578,5.357,7.078,10.130,14.078,
18.104,21.078,24.918,28.078,50.293,70.091,144.489,432.178};
WideGraph* g_pWideGraph = NULL;
QSharedMemory mem_jt9("mem_jt9");

View File

@ -1754,7 +1754,7 @@ p, li { white-space: pre-wrap; }
</action>
<action name="actionAbout">
<property name="text">
<string> About WSJTX</string>
<string> About WSJT-X</string>
</property>
<property name="shortcut">
<string>Ctrl+F1</string>
@ -2158,7 +2158,7 @@ p, li { white-space: pre-wrap; }
<bool>true</bool>
</property>
<property name="text">
<string>Prompt to log QSO</string>
<string>Prompt me to log QSO</string>
</property>
</action>
</widget>