diff options
author | Jacek Antonelli | 2008-08-15 23:45:23 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:23 -0500 |
commit | 486c4774ab4a707d69c1b48cdc048af1369084db (patch) | |
tree | 2a206a7e32a9a7efb98d585798a9fa18baeaf171 /linden/indra/newview/llfloaterland.cpp | |
parent | Second Life viewer sources 1.18.6.1-RC (diff) | |
download | meta-impy-486c4774ab4a707d69c1b48cdc048af1369084db.zip meta-impy-486c4774ab4a707d69c1b48cdc048af1369084db.tar.gz meta-impy-486c4774ab4a707d69c1b48cdc048af1369084db.tar.bz2 meta-impy-486c4774ab4a707d69c1b48cdc048af1369084db.tar.xz |
Second Life viewer sources 1.18.6.2-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterland.cpp | 2 |
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); |