diff options
author | Rider Linden <rider@lindenlab.com> | 2018-12-21 15:30:57 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-12-21 15:30:57 -0800 |
commit | 8227a0b270f6e7cc521adeb7b97ad2d5fb646973 (patch) | |
tree | f03d3a12f94c503350dd11b7167b541a98306757 /indra/newview/llfloaterregioninfo.cpp | |
parent | 634910f685057c50ae3233d9f71d4b21cf958749 (diff) |
SL-10279: Rework the environment pannel. Still in progress.
Diffstat (limited to 'indra/newview/llfloaterregioninfo.cpp')
-rw-r--r-- | indra/newview/llfloaterregioninfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterregioninfo.cpp b/indra/newview/llfloaterregioninfo.cpp index fcaa7d2bf9..e52ba38080 100644 --- a/indra/newview/llfloaterregioninfo.cpp +++ b/indra/newview/llfloaterregioninfo.cpp @@ -3416,7 +3416,7 @@ BOOL LLPanelRegionEnvironment::postBuild() if (!LLPanelEnvironmentInfo::postBuild()) return FALSE; - getChild<LLUICtrl>(RDO_USEDEFAULT)->setLabelArg("[USEDEFAULT]", getString(STR_LABEL_USEDEFAULT)); + getChild<LLUICtrl>(BTN_USEDEFAULT)->setLabelArg("[USEDEFAULT]", getString(STR_LABEL_USEDEFAULT)); getChild<LLUICtrl>(CHK_ALLOWOVERRIDE)->setVisible(TRUE); getChild<LLUICtrl>(PNL_ENVIRONMENT_ALTITUDES)->setVisible(TRUE); |