diff options
author | Merov Linden <merov@lindenlab.com> | 2010-12-20 12:59:17 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-12-20 12:59:17 -0800 |
commit | 36207fcf1a16c66a5b831af31e524fc44060c2c8 (patch) | |
tree | 0dcdd6434ba1ce353dd3b04bd092f890ed5c4b49 /indra/newview/app_settings/settings.xml | |
parent | 25eef545fd7f6513ae4c590126aef1dc06494f56 (diff) |
STORM-805 : Fix the map URL
Diffstat (limited to 'indra/newview/app_settings/settings.xml')
-rw-r--r-- | 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 06992d2b52..2bb192474b 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -4747,6 +4747,17 @@ <key>Value</key> <string>http://map.secondlife.com.s3.amazonaws.com/</string> </map> + <key>CurrentMapServerURL</key> + <map> + <key>Comment</key> + <string>Current Session World map URL</string> + <key>Persist</key> + <integer>0</integer> + <key>Type</key> + <string>String</string> + <key>Value</key> + <string></string> + </map> <key>MapShowEvents</key> <map> <key>Comment</key> |