diff options
Diffstat (limited to 'linden/indra/newview/llappviewerwin32.cpp')
-rw-r--r-- | linden/indra/newview/llappviewerwin32.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/newview/llappviewerwin32.cpp b/linden/indra/newview/llappviewerwin32.cpp index 59883e5..e90887e 100644 --- a/linden/indra/newview/llappviewerwin32.cpp +++ b/linden/indra/newview/llappviewerwin32.cpp | |||
@@ -421,8 +421,9 @@ void LLAppViewerWin32::handleCrashReporting() | |||
421 | 421 | ||
422 | std::string arg_string = "-user "; | 422 | std::string arg_string = "-user "; |
423 | arg_string += LLViewerLogin::getInstance()->getGridLabel(); | 423 | arg_string += LLViewerLogin::getInstance()->getGridLabel(); |
424 | 424 | ||
425 | switch(getCrashBehavior()) | 425 | S32 cb = gCrashSettings.getS32(CRASH_BEHAVIOR_SETTING); |
426 | switch(cb) | ||
426 | { | 427 | { |
427 | case CRASH_BEHAVIOR_ASK: | 428 | case CRASH_BEHAVIOR_ASK: |
428 | default: | 429 | default: |