diff options
author | Oz Linden <oz@lindenlab.com> | 2013-05-21 11:43:37 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-05-21 11:43:37 -0400 |
commit | 187c7042b98ce393b16d4277fd024d99e5cad0c5 (patch) | |
tree | 809ea135447c8230f53158810f9f939de14edba1 /indra/newview/app_settings | |
parent | 0ebcb7e3fd1452d42b5ca48139f99a4fd632d235 (diff) |
CHOP-948: correctly persist the UpdaterWillingToTest preference
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 31c730e0bc..b3538bf069 100755 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -12494,6 +12494,17 @@ <key>Value</key> <string>update</string> </map> + <key>UpdaterWillingToTest</key> + <map> + <key>Comment</key> + <string>Whether or not the updater should offer test candidate upgrades.</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>Boolean</string> + <key>Value</key> + <string>1</string> + </map> <key>UploadBakedTexOld</key> <map> <key>Comment</key> |