aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/win_crash_logger
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/win_crash_logger')
-rw-r--r--linden/indra/win_crash_logger/llcrashloggerwindows.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/win_crash_logger/llcrashloggerwindows.cpp b/linden/indra/win_crash_logger/llcrashloggerwindows.cpp
index 5a25c17..ab8f693 100644
--- a/linden/indra/win_crash_logger/llcrashloggerwindows.cpp
+++ b/linden/indra/win_crash_logger/llcrashloggerwindows.cpp
@@ -319,7 +319,7 @@ bool LLCrashLoggerWindows::mainLoop()
319 else if (mCrashBehavior == CRASH_BEHAVIOR_ASK) 319 else if (mCrashBehavior == CRASH_BEHAVIOR_ASK)
320 { 320 {
321 gHwndReport = CreateDialog(hInst, MAKEINTRESOURCE(IDD_PREVREPORTBOX), 0, NULL); 321 gHwndReport = CreateDialog(hInst, MAKEINTRESOURCE(IDD_PREVREPORTBOX), 0, NULL);
322 322 LRESULT result = SendDlgItemMessage(gHwndReport, IDC_CHECK_AUTO, BM_SETCHECK, 1, 0);
323 // Include the product name in the caption and various dialog items. 323 // Include the product name in the caption and various dialog items.
324 ProcessCaption(gHwndReport); 324 ProcessCaption(gHwndReport);
325 ProcessDlgItemText(gHwndReport, IDC_STATIC_MSG); 325 ProcessDlgItemText(gHwndReport, IDC_STATIC_MSG);