Transplant fix for MAINT-5020 early after I stumbled over it

Ansariel 2015-04-17 00:43:47 +02:00
parent 82558bf9a7
commit ff88d00318
1 changed files with 1 additions and 1 deletions

View File

@ -1063,7 +1063,7 @@ void FSChatHistory::appendMessage(const LLChat& chat, const LLSD &args, const LL
// compact mode: show a timestamp and name
if (use_plain_text_chat_history)
{
square_brackets = (chat.mFromName == SYSTEM_FROM && gSavedSettings.getBOOL("FSIMSystemMessageBrackets"));
square_brackets = (chat.mSourceType == CHAT_SOURCE_SYSTEM && chat.mChatType != CHAT_TYPE_RADAR && gSavedSettings.getBOOL("FSIMSystemMessageBrackets"));
LLStyle::Params timestamp_style(body_message_params);