diff options
author | Oz Linden <oz@lindenlab.com> | 2018-01-30 11:30:19 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2018-01-30 11:30:19 -0500 |
commit | 499c20ceedae30933009976392934f1f30024c11 (patch) | |
tree | 3590ee94bc7868f20bcac20ebbab1669893179c5 /indra/newview/llfloatercamera.cpp | |
parent | 7bf2a8c0a8b3baeade7ce5c828c4cfec41bef085 (diff) | |
parent | 98792b9363f81c34c9e3ea773fc544122bea5cc3 (diff) |
merge split of move and view prefs panels
Diffstat (limited to 'indra/newview/llfloatercamera.cpp')
-rw-r--r-- | indra/newview/llfloatercamera.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatercamera.cpp b/indra/newview/llfloatercamera.cpp index 777963bec5..5bebebf21f 100644 --- a/indra/newview/llfloatercamera.cpp +++ b/indra/newview/llfloatercamera.cpp @@ -387,7 +387,7 @@ void LLFloaterCamera::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); |