diff options
author | Jacek Antonelli | 2008-08-15 23:45:22 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:22 -0500 |
commit | 1e8e051fafa147fc3375bf7693c781e3be17b6d4 (patch) | |
tree | 071633b1e27b13f52619ea60a58338bfab34538a /linden/indra/win_crash_logger/llcrashloggerwindows.cpp | |
parent | Second Life viewer sources 1.18.6.0-RC (diff) | |
download | meta-impy-1e8e051fafa147fc3375bf7693c781e3be17b6d4.zip meta-impy-1e8e051fafa147fc3375bf7693c781e3be17b6d4.tar.gz meta-impy-1e8e051fafa147fc3375bf7693c781e3be17b6d4.tar.bz2 meta-impy-1e8e051fafa147fc3375bf7693c781e3be17b6d4.tar.xz |
Second Life viewer sources 1.18.6.1-RC
Diffstat (limited to 'linden/indra/win_crash_logger/llcrashloggerwindows.cpp')
-rw-r--r-- | linden/indra/win_crash_logger/llcrashloggerwindows.cpp | 2 |
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); |