diff --git a/displaytext.cpp b/displaytext.cpp index b8f8c08aa..1e7bea6e4 100644 --- a/displaytext.cpp +++ b/displaytext.cpp @@ -155,11 +155,13 @@ void DisplayText::displayDecodedText(DecodedText decodedText, QString myCall, bg=color_CQ.name(); } if (myCall != "" and ( - decodedText.indexOf (" " + myCall + " ") >= 0 - or decodedText.indexOf (" " + myCall + "/") >= 0 - or decodedText.indexOf ("/" + myCall + " ") >= 0 - )) + decodedText.indexOf (" " + myCall + " ") >= 0 + or decodedText.indexOf (" " + myCall + "/") >= 0 + or decodedText.indexOf ("/" + myCall + " ") >= 0 + or decodedText.indexOf ("<" + myCall + " ") >= 0 + or decodedText.indexOf (" " + myCall + ">") >= 0)) { bg=color_MyCall.name(); + } // if enabled add the DXCC entity and B4 status to the end of the preformated text line t1 if (displayDXCCEntity && CQcall)