Changeset - r3204:951a9b0639ad
[Not reviewed]
master
0 2 0
Darkvater - 19 years ago 2006-03-14 21:31:51
darkvater@openttd.org
(svn r3872) - [win32] Show the revision in crash.txt and enable the button to show the crash text in the crash-window
2 files changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
ottdres.rc
Show inline comments
 
@@ -50,7 +50,7 @@ BEGIN
 
    PUSHBUTTON      "&Close",12,7,49,50,14
 
    PUSHBUTTON      "&Submit report",14,81,49,68,14,WS_DISABLED
 
    PUSHBUTTON      "&Emergency save",13,155,49,68,14
 
    PUSHBUTTON      "",15,243,49,55,14,WS_DISABLED
 
    PUSHBUTTON      "",15,243,49,55,14
 
    EDITTEXT        11,7,70,291,118,ES_MULTILINE | ES_READONLY | WS_VSCROLL |
 
                    WS_HSCROLL | NOT WS_TABSTOP
 
    LTEXT           "",10,36,7,262,34
win32.c
Show inline comments
 
@@ -427,6 +427,7 @@ extern bool CloseConsoleLogIfActive(void
 

	
 
static LONG WINAPI ExceptionHandler(EXCEPTION_POINTERS *ep)
 
{
 
	extern const char _openttd_revision[];
 
	char *output;
 
	static bool had_exception;
 

	
 
@@ -451,7 +452,7 @@ static LONG WINAPI ExceptionHandler(EXCE
 
			time.wHour,
 
			time.wMinute,
 
			time.wSecond,
 
			"???"
 
			_openttd_revision
 
		);
 
	}
 

	
0 comments (0 inline, 0 general)