diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-01-08 19:54:59 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-01-08 19:54:59 +0200 |
commit | ac85669c67be03bfb77f81e9bf51e7f1d4d6ee78 (patch) | |
tree | 390aaa4f7adbed13091aaf520cba0317d77a7864 /indra/newview/llpanelenvironment.h | |
parent | 84bb8e1167fde0ceac4c40bcc2b1841238817097 (diff) |
SL-10060 EEP Add reset default sky altitudes functionality
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(); |