diff options
author | Rider Linden <rider@lindenlab.com> | 2018-08-21 11:37:59 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-08-21 11:37:59 -0700 |
commit | 477c66c890d5d87318705415315aaf9464bec2ff (patch) | |
tree | 48cdffe375ef2de59eb241c58713ab7a335e37a8 /indra/newview/llpanelenvironment.h | |
parent | 163ae605be8871f37f19d94b71ec4370aadf9a49 (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.h | 3 |
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; |