diff options
| author | callum <none@none> | 2010-12-29 13:37:46 -0800 | 
|---|---|---|
| committer | callum <none@none> | 2010-12-29 13:37:46 -0800 | 
| commit | cd2cb1475fc342a528583ba739375ce4cc44392a (patch) | |
| tree | cd02ed44cd9332011fb4648df3d0c24ece68dd85 | |
| parent | 4d9ac5d1f36a346ab62c3c123081da667c39f80a (diff) | |
SOCIAL-401 FIX Change default web profiles URL to something closer to what will be released
| -rw-r--r-- | indra/newview/app_settings/settings.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 10c8904b6a..431331bc0f 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -3941,7 +3941,7 @@        <key>Type</key>        <string>String</string>        <key>Value</key> -      <string>http://profiles.secondlife.local/[AGENT_NAME]</string> +      <string>https://my.secondlife.com/[AGENT_NAME]</string>      </map>      <key>HighResSnapshot</key>      <map> @@ -3950,7 +3950,7 @@        <key>Persist</key>        <integer>1</integer>        <key>Type</key> -      <string>Boolean</string> +      <string>Boolean</string>          <key>Value</key>        <integer>0</integer>      </map> | 
