mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-29 04:42:28 -04:00
Revert "Fix the generation of Tx5 message when "hiscall" has suffix /P or /R. Is there a better method?"
Fixed by a later more comprehensive change. This reverts commit 1df2101b11d4548f2a9cde8a4faffadd21b741f6.
This commit is contained in:
parent
c40475953c
commit
31a4fac516
@ -5534,8 +5534,7 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional)
|
|||||||
msgtype(t, ui->tx5->lineEdit ());
|
msgtype(t, ui->tx5->lineEdit ());
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (hisCall != hisBase && hisCall != (hisBase+"/P") && hisCall != (hisBase+"/R")
|
if (hisCall != hisBase and SpecOp::HOUND != m_config.special_op_id()) {
|
||||||
&& SpecOp::HOUND != m_config.special_op_id()) {
|
|
||||||
if (shortList(hisCall)) {
|
if (shortList(hisCall)) {
|
||||||
// cfm we know his full call with a type 1 tx1 message
|
// cfm we know his full call with a type 1 tx1 message
|
||||||
t = hisCall + " " + my_callsign;
|
t = hisCall + " " + my_callsign;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user