diff options
| author | Richard Nelson <none@none> | 2010-08-12 09:46:45 -0700 |
|---|---|---|
| committer | Richard Nelson <none@none> | 2010-08-12 09:46:45 -0700 |
| commit | be50a053ed4ae7d0b15fc20f1c6ca0973c56ffd9 (patch) | |
| tree | 0346d439706c1e61f0486e8ad0135ce9e55296cf /indra/newview/llbottomtray.cpp | |
| parent | 9327ef1ea0107df45c4e2066b379206a51a36c25 (diff) | |
first pass at hints
Diffstat (limited to 'indra/newview/llbottomtray.cpp')
| -rw-r--r-- | indra/newview/llbottomtray.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llbottomtray.cpp b/indra/newview/llbottomtray.cpp index 0e5e8d0fe7..7d4c0be3fa 100644 --- a/indra/newview/llbottomtray.cpp +++ b/indra/newview/llbottomtray.cpp @@ -47,6 +47,7 @@ #include "llagentcamera.h" #include "llchiclet.h" #include "llfloatercamera.h" +#include "llhints.h" #include "llimfloater.h" // for LLIMFloater #include "llnearbychatbar.h" #include "llspeakbutton.h" @@ -474,8 +475,9 @@ BOOL LLBottomTray::postBuild() mBottomTrayContextMenu = LLUICtrlFactory::getInstance()->createFromFile<LLMenuGL>("menu_bottomtray.xml", gMenuHolder, LLViewerMenuHolderGL::child_registry_t::instance()); gMenuHolder->addChild(mBottomTrayContextMenu); - mNearbyChatBar = getChild<LLNearbyChatBar>("chat_bar"); + LLHints::registerHintTarget("nearby_chat_bar", mNearbyChatBar->LLView::getHandle()); + mToolbarStack = getChild<LLLayoutStack>("toolbar_stack"); mMovementButton = getChild<LLButton>("movement_btn"); mCamButton = getChild<LLButton>("camera_btn"); |
