diff options
author | Paul ProductEngine <pguslisty@productengine.com> | 2011-03-31 17:15:04 +0300 |
---|---|---|
committer | Paul ProductEngine <pguslisty@productengine.com> | 2011-03-31 17:15:04 +0300 |
commit | a248ed2a2ccb89c9716f8657ef3c52269518c909 (patch) | |
tree | 82ceca95493eafa7f54e464d4bda410358cb4499 /indra/newview/llsidetray.cpp | |
parent | 255758e199e2931b0670ce1e6bfa7d4bc540353d (diff) | |
parent | 5c3ae68299f79f3a705fa4b3e9cd262b56695318 (diff) |
Merge
Diffstat (limited to 'indra/newview/llsidetray.cpp')
-rw-r--r-- | indra/newview/llsidetray.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsidetray.cpp b/indra/newview/llsidetray.cpp index a9bb01ac70..fcd200d24a 100644 --- a/indra/newview/llsidetray.cpp +++ b/indra/newview/llsidetray.cpp @@ -686,7 +686,7 @@ LLPanel* LLSideTray::openChildPanel(LLSideTrayTab* tab, const std::string& panel LLFloater* floater_tab = LLFloaterReg::getInstance("side_bar_tab", tab_name); if (!floater_tab) return NULL; - floater_tab->openFloater(panel_name); + floater_tab->openFloater(tab_name); } LLSideTrayPanelContainer* container = dynamic_cast<LLSideTrayPanelContainer*>(view->getParent()); |