summaryrefslogtreecommitdiff
path: root/src/ottdres.rc
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2007-01-04 23:49:55 +0000
committerDarkvater <Darkvater@openttd.org>2007-01-04 23:49:55 +0000
commitf67f5faf108ad265292971b7f5f49d69fd81ee07 (patch)
treea29680cd925dc6cfd6e370670312c8f39279be2b /src/ottdres.rc
parente534f747b5dbd6a01ed9fe593eddf3c3c3d61402 (diff)
downloadopenttd-f67f5faf108ad265292971b7f5f49d69fd81ee07.tar.xz
(svn r7840) -Codechange: Change the crash window a bit. Tell about Flyspray and crash.dmp. Remove
text about submitting crash report.
Diffstat (limited to 'src/ottdres.rc')
-rw-r--r--src/ottdres.rc14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/ottdres.rc b/src/ottdres.rc
index 88a60732e..b95bce8bd 100644
--- a/src/ottdres.rc
+++ b/src/ottdres.rc
@@ -42,18 +42,18 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
// Dialog
//
-100 DIALOG DISCARDABLE 0, 0, 305, 70
+100 DIALOG DISCARDABLE 0, 0, 305, 77
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Fatal Application Failure"
FONT 8, "MS Sans Serif"
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
- EDITTEXT 11,7,70,291,118,ES_MULTILINE | ES_READONLY | WS_VSCROLL |
+ PUSHBUTTON "&Close",12,7,58,50,14
+ PUSHBUTTON "&Submit report",14,81,58,68,14,WS_DISABLED
+ PUSHBUTTON "&Emergency save",13,155,58,68,14
+ PUSHBUTTON "",15,243,58,55,14
+ EDITTEXT 11,7,79,291,118,ES_MULTILINE | ES_READONLY | WS_VSCROLL |
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
END