diff options
author | Richard Linden <none@none> | 2011-10-21 16:09:44 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-10-21 16:09:44 -0700 |
commit | 36b8a909c7aeec46e6c027f7fbe5d246867e19ec (patch) | |
tree | 81da64e15cd61bf18f4a7ff8039183a21ff7edba /indra/newview/llimview.cpp | |
parent | 0297f55c6d4be505fe6831a593ed2630d565e14a (diff) | |
parent | 7b4c300081d7be1087f6f60f76b955947bdede65 (diff) |
Automated merge with bundle:c:\users\richard\appdata\local\temp\thg.qp3yns\ssh__richard@hg.lindenlab.com_sergeylproductengine_exp-1416__5pjppa.hg
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r-- | indra/newview/llimview.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index 6e9baed5f2..33c6b2218c 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -1683,6 +1683,8 @@ BOOL LLCallDialog::postBuild() LLView *anchor_panel = gToolBarView->findChildView("speak"); setDockControl(new LLDockControl(anchor_panel, this, getDockTongue(), LLDockControl::TOP)); + setUseTongue(anchor_panel); + return TRUE; } |