summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterregioninfo.h
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2019-09-27 16:58:54 +0300
committermaxim_productengine <mnikolenko@productengine.com>2019-09-27 16:58:54 +0300
commit7a7f68fb3c09c187f5b6fd333d0292a3fbfbc9df (patch)
treee2e6d77827206371749eea8757c3b4c28c2702de /indra/newview/llfloaterregioninfo.h
parent3609eabe5460023d1460664feb5de10d68457725 (diff)
SL-12024 [EEP] UI should indicate that the Environment tab is an estate-wide setting.
Diffstat (limited to 'indra/newview/llfloaterregioninfo.h')
-rw-r--r--indra/newview/llfloaterregioninfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterregioninfo.h b/indra/newview/llfloaterregioninfo.h
index 0dda13cdc5..61aa0778ef 100644
--- a/indra/newview/llfloaterregioninfo.h
+++ b/indra/newview/llfloaterregioninfo.h
@@ -96,6 +96,7 @@ public:
static LLPanelRegionTerrainInfo* getPanelRegionTerrain();
static LLPanelRegionExperiences* getPanelExperiences();
static LLPanelRegionGeneralInfo* getPanelGeneral();
+ static LLPanelRegionEnvironment* getPanelEnvironment();
// from LLPanel
virtual void refresh();
@@ -106,6 +107,8 @@ public:
void enableTopButtons();
void disableTopButtons();
+ static void updateEstateName(const std::string& estate_name);
+
private:
LLFloaterRegionInfo(const LLSD& seed);