diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2018-10-27 15:24:24 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2018-10-27 15:24:24 -0400 |
commit | 0ca69bb2ebf206705045a72b004e302af1f6d5dd (patch) | |
tree | 3201e9ad3e73c6c64ddb4c4fcfbe0afd77e3cd9b /indra/newview/app_settings | |
parent | 7aec2a7bf15c55c61ce6d4eb0bfb5f2d9d513a08 (diff) |
DRTVWR-447: Stop passing UpdaterServiceURL to leap updater.
In fact, mark UpdaterServiceURL as obsolete. (Consumers should consult
build_data.json.)
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 8722050569..1242d63e8a 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13510,7 +13510,7 @@ <key>UpdaterServiceURL</key> <map> <key>Comment</key> - <string>Default location for the updater service.</string> + <string>Obsolete; no longer used.</string> <key>Persist</key> <integer>0</integer> <key>Type</key> |