diff options
author | callum <none@none> | 2011-03-22 13:58:27 -0700 |
---|---|---|
committer | callum <none@none> | 2011-03-22 13:58:27 -0700 |
commit | a57729b9260ce5e711bff47c02ca54ab65eade27 (patch) | |
tree | 01ffc51e271d72fc0d1eadf2825f7cfa02078821 /indra/newview/app_settings | |
parent | 22be29e60f5f45c7d30add3aeb219fef34d4ffec (diff) |
SOCIAL-634 FIX Error condition content for Destination Guide, Avatar Picker,
and Help if S3 content or web content is not available
Diffstat (limited to 'indra/newview/app_settings')
-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 888f9c9d7f..b82c98fd60 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -12597,10 +12597,10 @@ <key>Value</key> <integer>1</integer> </map> - <key>WebContentFloaterErrorURL</key> + <key>GenericErrorPageURL</key> <map> <key>Comment</key> - <string>URL to navigate to if the Web content floater hits a page with a 400-499 HTTP status code</string> + <string>URL to set as a property on LLMediaControl to navigate to if the a page completes with a 400-499 HTTP status code</string> <key>Persist</key> <integer>1</integer> <key>Type</key> |