diff options
author | Josh Bell <josh@lindenlab.com> | 2007-08-14 00:27:49 +0000 |
---|---|---|
committer | Josh Bell <josh@lindenlab.com> | 2007-08-14 00:27:49 +0000 |
commit | e8e667945408de34b12b3ae4a598b2ee1b59e771 (patch) | |
tree | 0db3c5b75169f089b507a96789f8e6a636f3bd73 /indra/newview/llchatbar.cpp | |
parent | d6fc7e6e61ab9e22588df1eb6c1eb6ae1b38c6af (diff) |
svn merge -r 67483:67657 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-18-1
This is "really" the merge of everything that went out in the 1.18.2(0) viewer release.
Diffstat (limited to 'indra/newview/llchatbar.cpp')
-rw-r--r-- | indra/newview/llchatbar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llchatbar.cpp b/indra/newview/llchatbar.cpp index f5f0691dc6..04103736a5 100644 --- a/indra/newview/llchatbar.cpp +++ b/indra/newview/llchatbar.cpp @@ -153,6 +153,7 @@ BOOL LLChatBar::postBuild() mInputEditor->setPassDelete(TRUE); mInputEditor->setMaxTextLength(1023); + mInputEditor->setEnableLineHistory(TRUE); } mIsBuilt = TRUE; |