diff options
author | Jonathan Yap <none@none> | 2012-02-01 10:16:13 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2012-02-01 10:16:13 -0500 |
commit | 4778d82ec6b735d6f3d3a4335496e9b6d804bbf7 (patch) | |
tree | e8c978642b19fc3930e826fae42463b4334ab7aa /indra/newview/llimfloater.cpp | |
parent | 4ef9277761b5faee2825177112939b72c563a4ea (diff) | |
parent | 8758c7b8415a1cb67c504f142f96b5a7fec296d2 (diff) |
STORM-1738 Initial callback work
warn-on-failure:open-license
Diffstat (limited to 'indra/newview/llimfloater.cpp')
-rw-r--r-- | indra/newview/llimfloater.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp index f67464078b..8354243bd3 100644 --- a/indra/newview/llimfloater.cpp +++ b/indra/newview/llimfloater.cpp @@ -251,6 +251,7 @@ BOOL LLIMFloater::postBuild() slide_right->setVisible(!mControlPanel->getParent()->getVisible()); slide_right->setClickedCallback(boost::bind(&LLIMFloater::onSlide, this)); + // *TODO Establish LineEditor with autocorrect callback mInputEditor = getChild<LLLineEditor>("chat_editor"); mInputEditor->setMaxTextLength(1023); // enable line history support for instant message bar |