summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelenvironment.h
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2018-08-21 11:37:59 -0700
committerRider Linden <rider@lindenlab.com>2018-08-21 11:37:59 -0700
commit477c66c890d5d87318705415315aaf9464bec2ff (patch)
tree48cdffe375ef2de59eb241c58713ab7a335e37a8 /indra/newview/llpanelenvironment.h
parent163ae605be8871f37f19d94b71ec4370aadf9a49 (diff)
Lest couple nullptr checks and disable the controls on legacy regions.
Diffstat (limited to 'indra/newview/llpanelenvironment.h')
-rw-r--r--indra/newview/llpanelenvironment.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llpanelenvironment.h b/indra/newview/llpanelenvironment.h
index 44e3c11a82..971f12c7e7 100644
--- a/indra/newview/llpanelenvironment.h
+++ b/indra/newview/llpanelenvironment.h
@@ -76,6 +76,9 @@ protected:
static const std::string BTN_APPLY;
static const std::string BTN_CANCEL;
static const std::string LBL_TIMEOFDAY;
+ static const std::string PNL_SETTINGS;
+ static const std::string PNL_BUTTONS;
+ static const std::string PNL_DISABLED;
static const std::string STR_LABEL_USEDEFAULT;