diff options
| author | Eugene Kondrashev <ekondrashev@productengine.com> | 2009-11-11 15:27:42 +0200 | 
|---|---|---|
| committer | Eugene Kondrashev <ekondrashev@productengine.com> | 2009-11-11 15:27:42 +0200 | 
| commit | 7123f0d447c39c0f81936eef8867b8ff3cc9cda8 (patch) | |
| tree | 3c19589c43aa5971502c24984e68e8cc7711f58d /indra | |
| parent | 249af0bf9d24da0f6dc3fb1348c12fcbe543ca87 (diff) | |
Additional fix for normal bug EXT-2131-[BSI] Copy/pasted text chat logs are now much harder to read or post-process
--HG--
branch : product-engine
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llchathistory.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llchathistory.cpp b/indra/newview/llchathistory.cpp index 289c8cca5a..3b893aa529 100644 --- a/indra/newview/llchathistory.cpp +++ b/indra/newview/llchathistory.cpp @@ -332,7 +332,7 @@ LLView* LLChatHistory::getHeader(const LLChat& chat)  void LLChatHistory::appendWidgetMessage(const LLChat& chat, LLStyle::Params& style_params)  {  	LLView* view = NULL; -	std::string view_text = '[' + formatCurrentTime() + "]:[" + chat.mFromName + "] ";; +	std::string view_text = "\n[" + formatCurrentTime() + "]:[" + chat.mFromName + "] ";;  	LLInlineViewSegment::Params p;  	p.force_newline = true; | 
