diff options
author | Graham Linden <graham@lindenlab.com> | 2019-01-08 15:26:09 -0800 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-01-08 15:26:09 -0800 |
commit | 0931bbbf96b540a8547569b0941c1be810b7c3d4 (patch) | |
tree | 0dc29ae48ff5cac4e9d24ae3db61348198e27d8c /indra/newview/llpanelenvironment.h | |
parent | 368602fb8168b95a889cadba85242a42c0f53049 (diff) | |
parent | f70ab53530774df73d00215abc51db30e1d542a5 (diff) |
Merge
Diffstat (limited to 'indra/newview/llpanelenvironment.h')
-rw-r--r-- | indra/newview/llpanelenvironment.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelenvironment.h b/indra/newview/llpanelenvironment.h index dd3a309780..18ab64dc12 100644 --- a/indra/newview/llpanelenvironment.h +++ b/indra/newview/llpanelenvironment.h @@ -66,6 +66,7 @@ protected: static const std::string BTN_SELECTINV; static const std::string BTN_EDIT; static const std::string BTN_USEDEFAULT; + static const std::string BTN_RST_ALTITUDES; static const std::string SLD_DAYLENGTH; static const std::string SLD_DAYOFFSET; static const std::string SLD_ALTITUDES; @@ -117,6 +118,7 @@ protected: void onBtnEdit(); void onBtnSelect(); void onBtnDefault(); + void onBtnRstAltitudes(); void udpateApparentTimeOfDay(); |