diff options
author | Loren Shih <seraph@lindenlab.com> | 2011-01-07 10:14:33 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2011-01-07 10:14:33 -0500 |
commit | 61e3c95dbf8282dbce5455a7adc466d9c2108a13 (patch) | |
tree | 1d7f029348b6a5c5c66413d00898190fc338e8c2 /indra/newview/app_settings | |
parent | 38ab28511473fb6882bab0d5a1ce3f372c48a171 (diff) | |
parent | 09c01c4e925833873a83665fe0642637b65e547e (diff) |
Automated merge up from viewer-development
Diffstat (limited to 'indra/newview/app_settings')
-rwxr-xr-x | indra/newview/app_settings/settings.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index a7e7e913c2..05bdb88627 100755 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -3992,6 +3992,17 @@ <key>Value</key> <string>http://search.secondlife.com/viewer/[CATEGORY]/?q=[QUERY]&p=[AUTH_TOKEN]&r=[MATURITY]&lang=[LANGUAGE]&g=[GODLIKE]&sid=[SESSION_ID]&rid=[REGION_ID]&pid=[PARCEL_ID]&channel=[CHANNEL]&version=[VERSION]&major=[VERSION_MAJOR]&minor=[VERSION_MINOR]&patch=[VERSION_PATCH]&build=[VERSION_BUILD]</string> </map> + <key>WebProfileURL</key> + <map> + <key>Comment</key> + <string>URL for Web Profiles</string> + <key>Persist</key> + <integer>0</integer> + <key>Type</key> + <string>String</string> + <key>Value</key> + <string>https://my.secondlife.com/[AGENT_NAME]</string> + </map> <key>HighResSnapshot</key> <map> <key>Comment</key> |