Skip to content
Snippets Groups Projects
Commit 0cb67ec3 authored by MaximB ProductEngine's avatar MaximB ProductEngine
Browse files

CHUI-423 (User typing /me something in chat does not show correctly in...

 CHUI-423 (User typing /me something in chat does not show correctly in italics on outgoing or incoming chat)
parent 61f3c1b4
No related branches found
No related tags found
No related merge requests found
...@@ -809,7 +809,7 @@ void LLChatHistory::appendMessage(const LLChat& chat, const LLSD &args, const LL ...@@ -809,7 +809,7 @@ void LLChatHistory::appendMessage(const LLChat& chat, const LLSD &args, const LL
if (irc_me || chat.mChatStyle == CHAT_STYLE_IRC) if (irc_me || chat.mChatStyle == CHAT_STYLE_IRC)
{ {
delimiter = LLStringUtil::null; delimiter = LLStringUtil::null;
name_params.font.style = "ITALIC"; body_message_params.font.style = "ITALIC";
} }
bool message_from_log = chat.mChatStyle == CHAT_STYLE_HISTORY; bool message_from_log = chat.mChatStyle == CHAT_STYLE_HISTORY;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment