summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterland.cpp
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2019-10-07 12:41:00 +0300
committermaxim_productengine <mnikolenko@productengine.com>2019-10-07 12:41:00 +0300
commit7ff09d05f2023ce8eb26acc46da22f8d86743de5 (patch)
treef5810d1ab168a5dd8b97a25cc790e5eaf9c7f1f8 /indra/newview/llfloaterland.cpp
parent7a7f68fb3c09c187f5b6fd333d0292a3fbfbc9df (diff)
SL-12024 Remove 'Estate warning' message and show just region name instead
Diffstat (limited to 'indra/newview/llfloaterland.cpp')
-rw-r--r--indra/newview/llfloaterland.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp
index 02c81adf2c..7b0c91da80 100644
--- a/indra/newview/llfloaterland.cpp
+++ b/indra/newview/llfloaterland.cpp
@@ -3329,6 +3329,7 @@ BOOL LLPanelLandEnvironment::postBuild()
getChild<LLUICtrl>(BTN_USEDEFAULT)->setLabelArg("[USEDEFAULT]", getString(STR_LABEL_USEREGION));
getChild<LLUICtrl>(CHK_ALLOWOVERRIDE)->setVisible(FALSE);
+ getChild<LLUICtrl>(PNL_REGION_MSG)->setVisible(FALSE);
getChild<LLUICtrl>(PNL_ENVIRONMENT_ALTITUDES)->setVisible(TRUE);
return TRUE;