diff options
Diffstat (limited to 'indra/newview/llchatbar.cpp')
-rw-r--r-- | indra/newview/llchatbar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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()) { |