From a0fb71058056dac899a52fb5f2ce60c72b60d9d6 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 12 Sep 2002 23:01:52 +0000 Subject: [PATCH] ... stop asking me if you should send the crash dump and send the crash dump ... --- stepmania/src/StepMania.RC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/StepMania.RC b/stepmania/src/StepMania.RC index ea5e50bf66..50be04ec87 100644 --- a/stepmania/src/StepMania.RC +++ b/stepmania/src/StepMania.RC @@ -176,8 +176,8 @@ BEGIN LBS_NOINTEGRALHEIGHT | LBS_NOSEL | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP LTEXT "Program disassembly",IDC_STATIC,7,46,66,8 - LTEXT "CPU registers",IDC_STATIC,287,46,44,8 - LTEXT "StepMania has crashed due to a program error. Please hit Save to dump diagnostic information to a file called 'crashinfo.txt' in the StepMania program directory, and then OK to bring up the normal crash box.", + LTEXT "CPU registers",IDC_STATIC,292,46,44,8 + LTEXT "StepMania has crashed due to a program error. Please hit Save to dump diagnostic information to a file called 'crashinfo.txt' in the StepMania program directory, and then OK to bring up the normal crash box. Please include this file in all bug reports.", IDC_STATIC,7,238,319,25 PUSHBUTTON "Save",IDC_CRASH_SAVE,76,270,70,15 LISTBOX IDC_CALL_STACK,7,178,279,38,LBS_NOINTEGRALHEIGHT |