mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-18 21:18:10 +00:00
(svn r7953) -Backport from trunk (r7840, r7843):
- [win32] Update crash window text (+crash.dmp -submit)
This commit is contained in:
parent
0a635c692e
commit
b342991853
14
ottdres.rc
14
ottdres.rc
@ -42,18 +42,18 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
|
|||||||
// Dialog
|
// Dialog
|
||||||
//
|
//
|
||||||
|
|
||||||
100 DIALOG DISCARDABLE 0, 0, 305, 70
|
100 DIALOG DISCARDABLE 0, 0, 305, 77
|
||||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||||
CAPTION "Fatal Application Failure"
|
CAPTION "Fatal Application Failure"
|
||||||
FONT 8, "MS Sans Serif"
|
FONT 8, "MS Sans Serif"
|
||||||
BEGIN
|
BEGIN
|
||||||
PUSHBUTTON "&Close",12,7,49,50,14
|
PUSHBUTTON "&Close",12,7,58,50,14
|
||||||
PUSHBUTTON "&Submit report",14,81,49,68,14,WS_DISABLED
|
PUSHBUTTON "&Submit report",14,81,58,68,14,WS_DISABLED
|
||||||
PUSHBUTTON "&Emergency save",13,155,49,68,14
|
PUSHBUTTON "&Emergency save",13,155,58,68,14
|
||||||
PUSHBUTTON "",15,243,49,55,14
|
PUSHBUTTON "",15,243,58,55,14
|
||||||
EDITTEXT 11,7,70,291,118,ES_MULTILINE | ES_READONLY | WS_VSCROLL |
|
EDITTEXT 11,7,79,291,118,ES_MULTILINE | ES_READONLY | WS_VSCROLL |
|
||||||
WS_HSCROLL | NOT WS_TABSTOP
|
WS_HSCROLL | NOT WS_TABSTOP
|
||||||
LTEXT "",10,36,7,262,34
|
LTEXT "",10,36,7,262,43
|
||||||
ICON 100,IDC_STATIC,9,9,20,20
|
ICON 100,IDC_STATIC,9,9,20,20
|
||||||
END
|
END
|
||||||
|
|
||||||
|
4
win32.c
4
win32.c
@ -207,8 +207,8 @@ static char *PrintModuleList(char *output)
|
|||||||
|
|
||||||
static const TCHAR _crash_desc[] =
|
static const TCHAR _crash_desc[] =
|
||||||
_T("A serious fault condition occured in the game. The game will shut down.\n")
|
_T("A serious fault condition occured in the game. The game will shut down.\n")
|
||||||
_T("Press \"Submit report\" to send crash information to the developers. ")
|
_T("Please send the crash information and the crash.dmp file (if any) to the developers.\n")
|
||||||
_T("This will greatly help debugging. ")
|
_T("This will greatly help debugging. The correct place to do this is http://bugs.openttd.org. ")
|
||||||
_T("The information contained in the report is displayed below.\n")
|
_T("The information contained in the report is displayed below.\n")
|
||||||
_T("Press \"Emergency save\" to attempt saving the game.");
|
_T("Press \"Emergency save\" to attempt saving the game.");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user