diff options
author | Richard Linden <none@none> | 2010-10-21 17:14:25 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-10-21 17:14:25 -0700 |
commit | 50e77faaf784d970d80d6463e7e2dbcf73d194d8 (patch) | |
tree | a799c2692279ce2af17bd3ec63fd5cc573438ceb /indra/newview/llbottomtray.cpp | |
parent | a0e3c4380d3cbfbb5e0589d081a7068c1525ebce (diff) | |
parent | e638204dc2d8b409f17f7cdf8938deb97d137dbc (diff) |
merge
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)); |