diff --git a/displaytext.cpp b/displaytext.cpp index 4e037fa3d..bc51734b6 100644 --- a/displaytext.cpp +++ b/displaytext.cpp @@ -241,7 +241,7 @@ QString DisplayText::appendWorkedB4(QString message, QString const& callsign, QS if (!countryWorkedBefore) { // therefore not worked call either // appendage += "!"; - set_colours (m_config, bg, fg, DecodeHighlightingModel::Highlight::CQ); + set_colours (m_config, bg, fg, DecodeHighlightingModel::Highlight::DXCC); } else { if(!countryB4onBand) { set_colours (m_config, bg, fg, DecodeHighlightingModel::Highlight::DXCCBand);