aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llchatbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llchatbar.cpp')
-rw-r--r--linden/indra/newview/llchatbar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llchatbar.cpp b/linden/indra/newview/llchatbar.cpp
index 9798796..38ae97b 100644
--- a/linden/indra/newview/llchatbar.cpp
+++ b/linden/indra/newview/llchatbar.cpp
@@ -173,6 +173,7 @@ BOOL LLChatBar::postBuild()
173 mInputEditor->setPassDelete(TRUE); 173 mInputEditor->setPassDelete(TRUE);
174 174
175 mInputEditor->setMaxTextLength(1023); 175 mInputEditor->setMaxTextLength(1023);
176 mInputEditor->setEnableLineHistory(TRUE);
176 } 177 }
177 178
178 mIsBuilt = TRUE; 179 mIsBuilt = TRUE;