summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatercamera.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2018-01-30 11:30:19 -0500
committerOz Linden <oz@lindenlab.com>2018-01-30 11:30:19 -0500
commit499c20ceedae30933009976392934f1f30024c11 (patch)
tree3590ee94bc7868f20bcac20ebbab1669893179c5 /indra/newview/llfloatercamera.cpp
parent7bf2a8c0a8b3baeade7ce5c828c4cfec41bef085 (diff)
parent98792b9363f81c34c9e3ea773fc544122bea5cc3 (diff)
merge split of move and view prefs panels
Diffstat (limited to 'indra/newview/llfloatercamera.cpp')
-rw-r--r--indra/newview/llfloatercamera.cpp2
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);