mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 00:21:56 -05:00
Fix country name display that broke in r7939
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7941 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
812c379dda
commit
faa1d24661
@ -175,7 +175,7 @@ void DisplayText::displayDecodedText(DecodedText decodedText, QString myCall,
|
|||||||
// preformated text line t1
|
// preformated text line t1
|
||||||
auto message = decodedText.string ();
|
auto message = decodedText.string ();
|
||||||
if (displayDXCCEntity && CQcall)
|
if (displayDXCCEntity && CQcall)
|
||||||
_appendDXCCWorkedB4 (message, decodedText.CQersCall (), &bg, logBook, color_CQ,
|
message = _appendDXCCWorkedB4 (message, decodedText.CQersCall (), &bg, logBook, color_CQ,
|
||||||
color_DXCC, color_NewCall);
|
color_DXCC, color_NewCall);
|
||||||
appendText (message, bg);
|
appendText (message, bg);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user