diff options
| author | Eugene Kondrashev <ekondrashev@productengine.com> | 2009-11-11 13:08:02 +0200 |
|---|---|---|
| committer | Eugene Kondrashev <ekondrashev@productengine.com> | 2009-11-11 13:08:02 +0200 |
| commit | 2afc64e6fa8aa0ee41290c8232733881026cab10 (patch) | |
| tree | 28b6353597e8dd5f9e8d6bdf4829e9d81a2798b3 /indra/newview/llchathistory.cpp | |
| parent | f4f3903b60447f694e9a51c85c58233f66cff2ae (diff) | |
Fixed Normal bug EXT-1959 - [BSI] emotes difficult to see in IM/Group chat
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llchathistory.cpp')
| -rw-r--r-- | indra/newview/llchathistory.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llchathistory.cpp b/indra/newview/llchathistory.cpp index 2ccd6b7d35..056f2ee333 100644 --- a/indra/newview/llchathistory.cpp +++ b/indra/newview/llchathistory.cpp @@ -370,8 +370,7 @@ void LLChatHistory::appendWidgetMessage(const LLChat& chat, LLStyle::Params& sty appendWidget(p, view_text, false); //Append the text message - std::string message = chat.mText + '\n'; - appendText(message, FALSE, style_params); + appendText(chat.mText, FALSE, style_params); mLastFromName = chat.mFromName; blockUndo(); |
