mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Change add-on prefix HK0A to HK0. Correct a flaw in genStdMsgs().
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@6077 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
7eca852cac
commit
32cfff9e9c
@ -17,7 +17,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QTabWidget" name="ioTabWidget">
|
<widget class="QTabWidget" name="ioTabWidget">
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>3</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="tab">
|
<widget class="QWidget" name="tab">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
@ -1461,7 +1461,7 @@
|
|||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Si570 Control</string>
|
<string>Si570 Control</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<widget class="QWidget" name="">
|
<widget class="QWidget" name="layoutWidget">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>41</x>
|
<x>41</x>
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
+ 'FOA ','FOC ','FOM ','FP ','FR ','FRG ','FRJ ','FRT ',
|
+ 'FOA ','FOC ','FOM ','FP ','FR ','FRG ','FRJ ','FRT ',
|
||||||
+ 'FT5W ','FT5X ','FT5Z ','FW ','FY ','M ','MD ','MI ',
|
+ 'FT5W ','FT5X ','FT5Z ','FW ','FY ','M ','MD ','MI ',
|
||||||
+ 'MJ ','MM ', 'MU ','MW ','H4 ','H40 ','HA ',
|
+ 'MJ ','MM ', 'MU ','MW ','H4 ','H40 ','HA ',
|
||||||
+ 'HB ','HB0 ','HC ','HC8 ','HH ','HI ','HK ','HK0A ',
|
+ 'HB ','HB0 ','HC ','HC8 ','HH ','HI ','HK ','HK0 ',
|
||||||
+ 'HK0M ','HL ','HM ','HP ','HR ','HS ','HV ','HZ ',
|
+ 'HK0M ','HL ','HM ','HP ','HR ','HS ','HV ','HZ ',
|
||||||
+ 'I ','IS ','IS0 ', 'J2 ','J3 ','J5 ','J6 ',
|
+ 'I ','IS ','IS0 ', 'J2 ','J3 ','J5 ','J6 ',
|
||||||
+ 'J7 ','J8 ','JA ','JDM ','JDO ','JT ','JW ',
|
+ 'J7 ','J8 ','JA ','JDM ','JDO ','JT ','JW ',
|
||||||
|
@ -1745,7 +1745,8 @@ void MainWindow::genStdMsgs(QString rpt) //genStdMsgs()
|
|||||||
QString hiscall=ui->dxCallEntry->text().toUpper().trimmed();
|
QString hiscall=ui->dxCallEntry->text().toUpper().trimmed();
|
||||||
ui->dxCallEntry->setText(hiscall);
|
ui->dxCallEntry->setText(hiscall);
|
||||||
QString t0=hiscall + " " + m_myCall + " ";
|
QString t0=hiscall + " " + m_myCall + " ";
|
||||||
QString t=t0 + m_myGrid.mid(0,4);
|
QString t=t0;
|
||||||
|
if(t0.indexOf("/")<0) t=t0 + m_myGrid.mid(0,4);
|
||||||
msgtype(t, ui->tx1);
|
msgtype(t, ui->tx1);
|
||||||
if(rpt == "") {
|
if(rpt == "") {
|
||||||
t=t+" OOO";
|
t=t+" OOO";
|
||||||
|
Loading…
Reference in New Issue
Block a user