diff options
| author | Jonathan Yap <none@none> | 2013-11-06 15:11:11 -0500 | 
|---|---|---|
| committer | Jonathan Yap <none@none> | 2013-11-06 15:11:11 -0500 | 
| commit | 662efccfb821c2bf61c286aeec97563d7f95a9f8 (patch) | |
| tree | a8f2fcb24c534e4b0253c81cf2e642c85dfbb974 /indra/newview/app_settings | |
| parent | 21ff4de02669f04ca9afec8d3f5aa0b68864fd13 (diff) | |
STORM-1980/1983 Add debug setting UISndRestart and value.  This UUID will need to
be replaced with an official UUID once one has been established.
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 41aac583d7..be5f81e7e7 100755 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -12621,6 +12621,17 @@        <key>Value</key>        <string>00000000-0000-0000-0000-000000000000</string>      </map> +    <key>UISndRestart</key> +    <map> +      <key>Comment</key> +      <string>Sound file for region restarting (uuid for sound asset)</string> +      <key>Persist</key> +      <integer>1</integer> +      <key>Type</key> +      <string>String</string> +      <key>Value</key> +      <string>4b315701-1972-9e23-cdd8-23cbc8cb0f42</string> +    </map>      <key>UISndSnapshot</key>      <map>        <key>Comment</key> | 
