diff options
author | James Cook <james@lindenlab.com> | 2009-11-18 14:33:09 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-18 14:33:09 -0800 |
commit | 5649faf6d9202ba0b631262eee669fba926f010b (patch) | |
tree | 490b32d5ae2cd140ee0eb464431e95c062e16e0e /indra/newview/llimfloater.cpp | |
parent | de23a4d92c02504fd512b2fdb151406d31ae03c0 (diff) | |
parent | 203490e2a0915c5ce59ccacba420388327f9143b (diff) |
merge
Diffstat (limited to 'indra/newview/llimfloater.cpp')
-rw-r--r-- | indra/newview/llimfloater.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp index bfac35d866..1f80543791 100644 --- a/indra/newview/llimfloater.cpp +++ b/indra/newview/llimfloater.cpp @@ -495,12 +495,12 @@ void LLIMFloater::updateMessages() if (from.size() > 0) { append_style_params.font.style = "ITALIC"; - chat.mText = from + " "; + chat.mText = from; mChatHistory->appendWidgetMessage(chat, append_style_params); } message = message.substr(3); - append_style_params.font.style = "UNDERLINE"; + append_style_params.font.style = "ITALIC"; mChatHistory->appendText(message, FALSE, append_style_params); } else |