diff options
author | Dave Parks <davep@lindenlab.com> | 2010-10-01 13:36:09 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-10-01 13:36:09 -0500 |
commit | 032b1a1d1a0804610a0a47332f812ff121430bc3 (patch) | |
tree | f512fdbbf8b84c0e2bb3452af4bc265c5e247800 /indra/newview/app_settings | |
parent | 11fce2013426c8472e9dba5dbf552fdd55259b86 (diff) |
always send crash reports
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/settings_crash_behavior.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings_crash_behavior.xml b/indra/newview/app_settings/settings_crash_behavior.xml index cc7f5ac88b..97651ff4ca 100644 --- a/indra/newview/app_settings/settings_crash_behavior.xml +++ b/indra/newview/app_settings/settings_crash_behavior.xml @@ -9,7 +9,7 @@ <key>Type</key> <string>S32</string> <key>Value</key> - <integer>0</integer> + <integer>1</integer> </map> </map> </llsd> |