diff options
Diffstat (limited to 'linden/indra/newview/llfloaterpostcard.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterpostcard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterpostcard.cpp b/linden/indra/newview/llfloaterpostcard.cpp index 8dcdb99..cab9d37 100644 --- a/linden/indra/newview/llfloaterpostcard.cpp +++ b/linden/indra/newview/llfloaterpostcard.cpp | |||
@@ -116,7 +116,7 @@ BOOL LLFloaterPostcard::postBuild() | |||
116 | childDisable("from_form"); | 116 | childDisable("from_form"); |
117 | childSetAction("publish_help_btn", onClickPublishHelp, this); | 117 | childSetAction("publish_help_btn", onClickPublishHelp, this); |
118 | 118 | ||
119 | if (gAgent.mAccess < SIM_ACCESS_MATURE) | 119 | if (gAgent.isTeen()) |
120 | { | 120 | { |
121 | // Disable these buttons if they are PG (Teen) users | 121 | // Disable these buttons if they are PG (Teen) users |
122 | childDisable("allow_publish_check"); | 122 | childDisable("allow_publish_check"); |