diff options
Diffstat (limited to 'linden/indra/newview/llchatbar.cpp')
-rw-r--r-- | linden/indra/newview/llchatbar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llchatbar.cpp b/linden/indra/newview/llchatbar.cpp index bbbdb93..f5aba70 100644 --- a/linden/indra/newview/llchatbar.cpp +++ b/linden/indra/newview/llchatbar.cpp | |||
@@ -382,6 +382,7 @@ void LLChatBar::sendChat( EChatType type ) | |||
382 | LLWString text; | 382 | LLWString text; |
383 | if (mInputEditor) text = mInputEditor->getWText(); | 383 | if (mInputEditor) text = mInputEditor->getWText(); |
384 | LLWString::trim(text); | 384 | LLWString::trim(text); |
385 | LLWString::replaceChar(text,182,'\n'); // Convert paragraph symbols back into newlines. | ||
385 | 386 | ||
386 | if (!text.empty()) | 387 | if (!text.empty()) |
387 | { | 388 | { |