From 3fca923949667d1c713119043cd4aaeae4acfe09 Mon Sep 17 00:00:00 2001 From: Roxie Linden Date: Mon, 29 Mar 2010 11:58:31 -0700 Subject: Fix initial outfit selection dialog to choose initial outfit based on what's passed up from login.cgi instead of just using hardcoded values. If nothing is passed up, it defaults to values in settings.xml --- indra/newview/app_settings/settings.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'indra/newview/app_settings') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 6cbb6d05f4..aaa6b874d9 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -2388,6 +2388,29 @@ Value 0 + DefaultFemaleAvatar + + Comment + Default Female Avatar + Persist + 1 + Type + String + Value + Female Shape & Outfit + + DefaultMaleAvatar + + Comment + Default Male Avatar + Persist + 1 + Type + String + Value + Male Shape & Outfit + + DefaultObjectTexture Comment -- cgit v1.2.3