diff options
Diffstat (limited to 'linden/indra/newview/llimpanel.cpp')
-rw-r--r-- | linden/indra/newview/llimpanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llimpanel.cpp b/linden/indra/newview/llimpanel.cpp index a5950ce..326694a 100644 --- a/linden/indra/newview/llimpanel.cpp +++ b/linden/indra/newview/llimpanel.cpp | |||
@@ -1197,7 +1197,7 @@ void LLFloaterIMPanel::init(const std::string& session_label) | |||
1197 | 1197 | ||
1198 | setTitle(mSessionLabel); | 1198 | setTitle(mSessionLabel); |
1199 | 1199 | ||
1200 | mInputEditor->setMaxTextLength(1023); | 1200 | mInputEditor->setMaxTextLength(DB_IM_MSG_STR_LEN); |
1201 | // enable line history support for instant message bar | 1201 | // enable line history support for instant message bar |
1202 | mInputEditor->setEnableLineHistory(TRUE); | 1202 | mInputEditor->setEnableLineHistory(TRUE); |
1203 | 1203 | ||