diff options
author | Jacek Antonelli | 2008-08-15 23:45:54 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:54 -0500 |
commit | d0b03a62fd799317d5da0bd56615739ce3b5b052 (patch) | |
tree | 8bc79bbbb52e18294f62810d9fa66ce136f90e2d /linden/indra/newview/llchatbar.cpp | |
parent | Second Life viewer sources 1.20.8 (diff) | |
download | meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.zip meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.gz meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.bz2 meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.xz |
Second Life viewer sources 1.20.9
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 | { |