diff options
author | Merov Linden <merov@lindenlab.com> | 2010-12-28 13:19:43 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-12-28 13:19:43 -0800 |
commit | 5b52a801c6dd31bf6eabd5e995a74dd96866223c (patch) | |
tree | b782a5c719998a368cff244e669df1fcd2a5152e /indra/newview/app_settings | |
parent | cc11129afb3e79b7034059e6a09ec698584befa6 (diff) | |
parent | f8325ac588641d1f65a3c452b775a42efbe84069 (diff) |
STORM-805 : pull into viewer-development
Diffstat (limited to 'indra/newview/app_settings')
-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 b3324ea6c6..b9833b6592 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -4780,6 +4780,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> |