diff options
author | Jonathan Yap <jhwelch@gmail.com> | 2018-01-30 10:45:08 -0500 |
---|---|---|
committer | Jonathan Yap <jhwelch@gmail.com> | 2018-01-30 10:45:08 -0500 |
commit | 98792b9363f81c34c9e3ea773fc544122bea5cc3 (patch) | |
tree | 4282b95a1d40c5f1a3acd0c2282f95136af3f780 /indra/newview/llpanelpresetscamerapulldown.cpp | |
parent | b92b131f6df3bfc19f05804a13ee5aa505d372e4 (diff) |
STORM-2145 Split move and view panels
Diffstat (limited to 'indra/newview/llpanelpresetscamerapulldown.cpp')
-rw-r--r-- | indra/newview/llpanelpresetscamerapulldown.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelpresetscamerapulldown.cpp b/indra/newview/llpanelpresetscamerapulldown.cpp index e2b9c080fb..7612c428d9 100644 --- a/indra/newview/llpanelpresetscamerapulldown.cpp +++ b/indra/newview/llpanelpresetscamerapulldown.cpp @@ -212,7 +212,7 @@ void LLPanelPresetsCameraPulldown::onViewButtonClick(const LLSD& user_data) // grab the 'view' panel from the preferences floater and // bring it the front! LLTabContainer* tabcontainer = prefsfloater->getChild<LLTabContainer>("pref core"); - LLPanel* graphicspanel = prefsfloater->getChild<LLPanel>("move"); + LLPanel* graphicspanel = prefsfloater->getChild<LLPanel>("view"); if (tabcontainer && graphicspanel) { tabcontainer->selectTabPanel(graphicspanel); |