diff options
| author | callum_linden <none@none> | 2015-11-09 15:09:41 -0800 | 
|---|---|---|
| committer | callum_linden <none@none> | 2015-11-09 15:09:41 -0800 | 
| commit | abc9df45dae46e7372e8beb840a1294e5a64a94d (patch) | |
| tree | bcebfb44a2994fab74b68ce635d6a283539e21a7 /indra | |
| parent | 66848f7a94438f2fe9edd4fad9c12ea44ad285b2 (diff) | |
Fix MAINT-5773 Surface Plugins Enabled as a preference and default to OFF
Diffstat (limited to 'indra')
| -rwxr-xr-x | 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 5f378c64e8..6fac330db4 100755 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -2005,7 +2005,7 @@        <key>Type</key>        <string>Boolean</string>        <key>Value</key> -      <integer>1</integer> +      <integer>0</integer>      </map>      <key>ChatBarCustomWidth</key>      <map> | 
