aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterland.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaterland.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterland.cpp b/linden/indra/newview/llfloaterland.cpp
index 543dd94..32344ff 100644
--- a/linden/indra/newview/llfloaterland.cpp
+++ b/linden/indra/newview/llfloaterland.cpp
@@ -2778,7 +2778,7 @@ void LLPanelLandAccess::refresh_ui()
2778 { 2778 {
2779 childSetToolTip("Only Allow", LLString()); 2779 childSetToolTip("Only Allow", LLString());
2780 } 2780 }
2781 childSetEnabled("GroupCheck", FALSE); 2781 childSetEnabled("GroupCheck", TRUE); // Should always be an option (overrides age, payment restrictions)
2782 childSetEnabled("PassCheck", FALSE); 2782 childSetEnabled("PassCheck", FALSE);
2783 childSetEnabled("pass_combo", FALSE); 2783 childSetEnabled("pass_combo", FALSE);
2784 childSetEnabled("AccessList", FALSE); 2784 childSetEnabled("AccessList", FALSE);