ready for the REAL 2.4.3 release

This commit is contained in:
OmniTroid 2017-07-08 19:01:39 +02:00
parent eae7cc791b
commit a6c1e1d470

View File

@ -956,10 +956,8 @@ void Courtroom::handle_chatmessage(QStringList *p_contents)
ui_evidence_present->set_image("present_disabled.png"); ui_evidence_present->set_image("present_disabled.png");
} }
//true means append as html
append_ic_text("<b>" + f_showname.toHtmlEscaped() + "</b>:&nbsp;" + m_chatmessage[MESSAGE].toHtmlEscaped()); append_ic_text("<b>" + f_showname.toHtmlEscaped() + "</b>:&nbsp;" + m_chatmessage[MESSAGE].toHtmlEscaped());
previous_ic_message = f_message; previous_ic_message = f_message;
int objection_mod = m_chatmessage[OBJECTION_MOD].toInt(); int objection_mod = m_chatmessage[OBJECTION_MOD].toInt();