diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2011-05-06 11:39:22 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2011-05-06 11:39:22 -0700 |
commit | 4015e6b3c7b4ff34bd679618f2231b2f53258db4 (patch) | |
tree | 35b96cd4e19069aef5a9c90c1e7d73ea376db939 | |
parent | 8cd0ee8bccc7c9bc4cebf1b700a406897088949a (diff) |
fixing flyoutbtn name
-rw-r--r-- | indra/newview/llbottomtray.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llbottomtray.cpp b/indra/newview/llbottomtray.cpp index 5b38286cf5..c72cdfd1dc 100644 --- a/indra/newview/llbottomtray.cpp +++ b/indra/newview/llbottomtray.cpp @@ -559,7 +559,7 @@ BOOL LLBottomTray::postBuild() else { LLTransientFloaterMgr::getInstance()->addControlView(getChild<LLButton>("speak_btn")); - LLTransientFloaterMgr::getInstance()->addControlView(getChild<LLButton>("flyout_btn")); + LLTransientFloaterMgr::getInstance()->addControlView(getChild<LLButton>("speak_flyout_btn")); } |