From 2b863df7c8fdede8db5d30349f7778d9f7897e28 Mon Sep 17 00:00:00 2001 From: James Cook Date: Tue, 20 May 2008 23:24:16 +0000 Subject: svn merge -r87877:87878 svn+ssh://svn.lindenlab.com/svn/linden/branches/maint-ui/maint-ui-12-qa-5 which is the last iteration of the maint-ui series of branches. Future work will be in featurettes. --- indra/newview/llchatbar.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llchatbar.cpp') diff --git a/indra/newview/llchatbar.cpp b/indra/newview/llchatbar.cpp index 59553922ed..e2ab30f1cb 100644 --- a/indra/newview/llchatbar.cpp +++ b/indra/newview/llchatbar.cpp @@ -382,6 +382,7 @@ void LLChatBar::sendChat( EChatType type ) LLWString text; if (mInputEditor) text = mInputEditor->getWText(); LLWString::trim(text); + LLWString::replaceChar(text,182,'\n'); // Convert paragraph symbols back into newlines. if (!text.empty()) { -- cgit v1.2.3