From 6a364e6f32c12c1ab2c0f33e8ef07d885a8765a2 Mon Sep 17 00:00:00 2001 From: Kent Quirk Date: Wed, 26 Aug 2009 19:39:53 +0000 Subject: DEV-37428 - add adult_compliant flag to startup sequence so that 2.x viewer properly identifies itself as capable of handling the adult information. --- indra/newview/llstartup.cpp | 1 + 1 file changed, 1 insertion(+) 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"); -- cgit v1.2.3