diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2009-12-29 17:00:41 +0200 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2009-12-29 17:00:41 +0200 |
commit | a395edd9a08406526a09dcda6e14d3d3c9542985 (patch) | |
tree | 484fb655528f20945d9298b2d1287fa22cea36ae /indra/newview/llcallfloater.cpp | |
parent | f669b484ac1c18c8a18aecb7890419c5768a0a04 (diff) |
(EXT-3356) Dock Voice control panel to Speak button chevron, not to middle of Speak button.
- Renamed Speak button parts in XML to avoid widget names confusion.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llcallfloater.cpp')
-rw-r--r-- | indra/newview/llcallfloater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llcallfloater.cpp b/indra/newview/llcallfloater.cpp index 651dac6635..334bdd14b4 100644 --- a/indra/newview/llcallfloater.cpp +++ b/indra/newview/llcallfloater.cpp @@ -154,7 +154,7 @@ BOOL LLCallFloater::postBuild() mNonAvatarCaller = getChild<LLNonAvatarCaller>("non_avatar_caller"); mNonAvatarCaller->setVisible(FALSE); - LLView *anchor_panel = LLBottomTray::getInstance()->getChild<LLView>("right"); + LLView *anchor_panel = LLBottomTray::getInstance()->getChild<LLView>("speak_flyout_btn"); setDockControl(new LLDockControl( anchor_panel, this, |