aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llimpanel.cpp
diff options
context:
space:
mode:
authorMm Alder2010-01-03 15:00:06 -0500
committerMm Alder2010-01-03 15:00:06 -0500
commit1c28af54addf5673f06cb2e992ccbe1173a0509b (patch)
tree430e32dd98c3a20a5de1b9ca5d2fd48631c82d58 /linden/indra/newview/llimpanel.cpp
parentVWR-4232 Some particles don't disappear when UI is hidden (diff)
downloadmeta-impy-1c28af54addf5673f06cb2e992ccbe1173a0509b.zip
meta-impy-1c28af54addf5673f06cb2e992ccbe1173a0509b.tar.gz
meta-impy-1c28af54addf5673f06cb2e992ccbe1173a0509b.tar.bz2
meta-impy-1c28af54addf5673f06cb2e992ccbe1173a0509b.tar.xz
SNOW-376 Clean up handling of the maximum length of chat messages
Diffstat (limited to 'linden/indra/newview/llimpanel.cpp')
-rw-r--r--linden/indra/newview/llimpanel.cpp2
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