summaryrefslogtreecommitdiff
path: root/indra/llui/llconsole.cpp
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-01-07 16:20:27 -0500
committerLoren Shih <seraph@lindenlab.com>2010-01-07 16:20:27 -0500
commit6abd41831a4cae5d757aa44675731d1fd48d64b1 (patch)
tree6fc9de74e865a8337823b317a87b7c132bca0c7a /indra/llui/llconsole.cpp
parentbb04795eeb222e5396e24e79ac1f77b155bd4622 (diff)
parent6b8ed2ae6f92d6f9559cbc86699b9ca3197f2e81 (diff)
automated merge viewer2.0->viewer2.0
Diffstat (limited to 'indra/llui/llconsole.cpp')
-rw-r--r--indra/llui/llconsole.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llconsole.cpp b/indra/llui/llconsole.cpp
index c9090d388d..e08d93b232 100644
--- a/indra/llui/llconsole.cpp
+++ b/indra/llui/llconsole.cpp
@@ -330,7 +330,7 @@ void LLConsole::Paragraph::updateLines(F32 screen_width, const LLFontGL* font, b
skip_chars = 0;
}
- U32 drawable = font->maxDrawableChars(mParagraphText.c_str()+paragraph_offset, screen_width, line_end - paragraph_offset, TRUE);
+ U32 drawable = font->maxDrawableChars(mParagraphText.c_str()+paragraph_offset, screen_width, line_end - paragraph_offset, LLFontGL::WORD_BOUNDARY_IF_POSSIBLE);
if (drawable != 0)
{