diff options
author | Oz Linden <oz@lindenlab.com> | 2010-11-04 11:56:36 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2010-11-04 11:56:36 -0400 |
commit | c97def552af4564d81b68d36a5d7efc2dce56c54 (patch) | |
tree | 73246cf5a4d5963225f611dc35b1f91c216536a5 /indra/newview/app_settings | |
parent | 7f0de785585876f34366700d43c89514e37b006f (diff) | |
parent | e32ce48d983c3a561dd05dc84eb7b2b7a3b788fb (diff) |
merge fix for STORM-261
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/cmd_line.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/app_settings/cmd_line.xml b/indra/newview/app_settings/cmd_line.xml index 00d69f805e..ba3b6a42a4 100644 --- a/indra/newview/app_settings/cmd_line.xml +++ b/indra/newview/app_settings/cmd_line.xml @@ -391,5 +391,13 @@ <string>CrashOnStartup</string> </map> + <key>disablecrashlogger</key> + <map> + <key>desc</key> + <string>Disables the crash logger and lets the OS handle crashes</string> + <key>map-to</key> + <string>DisableCrashLogger</string> + </map> + </map> </llsd> |