diff options
author | Richard Linden <none@none> | 2010-10-21 17:14:14 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-10-21 17:14:14 -0700 |
commit | e638204dc2d8b409f17f7cdf8938deb97d137dbc (patch) | |
tree | 9b2030bdcafa763742d05553c668eec3e35ba1f3 /indra/newview/llbottomtray.cpp | |
parent | f241e2327c3e28ed0692ec4f3a1a11ebf563b8bf (diff) |
EXP-273 WIP added avatar picker popup and hint
Diffstat (limited to 'indra/newview/llbottomtray.cpp')
-rw-r--r-- | indra/newview/llbottomtray.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llbottomtray.cpp b/indra/newview/llbottomtray.cpp index 758bc7be64..1ba2a69289 100644 --- a/indra/newview/llbottomtray.cpp +++ b/indra/newview/llbottomtray.cpp @@ -521,6 +521,7 @@ BOOL LLBottomTray::postBuild() { LLHints::registerHintTarget("bottom_tray", LLView::getHandle()); LLHints::registerHintTarget("dest_guide_btn", getChild<LLUICtrl>("destinations_btn")->getHandle()); + LLHints::registerHintTarget("avatar_picker_btn", getChild<LLUICtrl>("avatar_picker_btn")->getHandle()); LLUICtrl::CommitCallbackRegistry::currentRegistrar().add("NearbyChatBar.Action", boost::bind(&LLBottomTray::onContextMenuItemClicked, this, _2)); LLUICtrl::EnableCallbackRegistry::currentRegistrar().add("NearbyChatBar.EnableMenuItem", boost::bind(&LLBottomTray::onContextMenuItemEnabled, this, _2)); |