diff options
-rw-r--r-- | ChangeLog.txt | 5 | ||||
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 7ccbbdf..bec47c6 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -19,6 +19,11 @@ | |||
19 | * Fixed group titles showing up as ?. | 19 | * Fixed group titles showing up as ?. |
20 | 20 | ||
21 | modified: linden/indra/newview/llvoavatar.cpp | 21 | modified: linden/indra/newview/llvoavatar.cpp |
22 | |||
23 | |||
24 | * Added adult compliant flag. | ||
25 | |||
26 | modified: linden/indra/newview/llstartup.cpp | ||
22 | 27 | ||
23 | 28 | ||
24 | 2009-09-18 McCabe Maxsted <hakushakukun@gmail.com> | 29 | 2009-09-18 McCabe Maxsted <hakushakukun@gmail.com> |
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index 8d5aa9e..ea08298 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -1025,6 +1025,7 @@ bool idle_startup() | |||
1025 | requested_options.push_back("event_categories"); | 1025 | requested_options.push_back("event_categories"); |
1026 | requested_options.push_back("event_notifications"); | 1026 | requested_options.push_back("event_notifications"); |
1027 | requested_options.push_back("classified_categories"); | 1027 | requested_options.push_back("classified_categories"); |
1028 | requested_options.push_back("adult_compliant"); | ||
1028 | //requested_options.push_back("inventory-targets"); | 1029 | //requested_options.push_back("inventory-targets"); |
1029 | requested_options.push_back("buddy-list"); | 1030 | requested_options.push_back("buddy-list"); |
1030 | requested_options.push_back("ui-config"); | 1031 | requested_options.push_back("ui-config"); |