diff options
author | Kent Quirk <q@lindenlab.com> | 2009-08-26 19:39:53 +0000 |
---|---|---|
committer | Kent Quirk <q@lindenlab.com> | 2009-08-26 19:39:53 +0000 |
commit | 6a364e6f32c12c1ab2c0f33e8ef07d885a8765a2 (patch) | |
tree | c2b6da68d35e0618a7f28f3b255c817acc05c2db | |
parent | 7e0f7a0193f69a3f4e9e95a2f32e9aae9e035920 (diff) |
DEV-37428 - add adult_compliant flag to startup sequence so that 2.x viewer properly identifies itself as capable of handling the adult information.
-rw-r--r-- | indra/newview/llstartup.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 222672deff..bcaf5f2947 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -1088,6 +1088,7 @@ bool idle_startup() requested_options.push_back("event_categories"); requested_options.push_back("event_notifications"); requested_options.push_back("classified_categories"); + requested_options.push_back("adult_compliant"); //requested_options.push_back("inventory-targets"); requested_options.push_back("buddy-list"); requested_options.push_back("ui-config"); |