summaryrefslogtreecommitdiff
path: root/src/os
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2020-05-29 19:22:22 +0200
committerglx22 <glx22@users.noreply.github.com>2020-06-01 14:09:58 +0200
commitb3ddf2c9072b0dc0a81943acad9d97e5977ccd5e (patch)
tree7b3b16a1738b467a81c93a61922bb7737f4b6279 /src/os
parentb5ca2161d93e634f9938af7d9ca1fb1ddab3d501 (diff)
downloadopenttd-b3ddf2c9072b0dc0a81943acad9d97e5977ccd5e.tar.xz
Fix: [Win32] Crash message not fitting in crash dialog
Diffstat (limited to 'src/os')
-rw-r--r--src/os/windows/ottdres.rc.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/os/windows/ottdres.rc.in b/src/os/windows/ottdres.rc.in
index 8116de903..a2f8c28f5 100644
--- a/src/os/windows/ottdres.rc.in
+++ b/src/os/windows/ottdres.rc.in
@@ -44,17 +44,17 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
// Dialog
//
-100 DIALOG DISCARDABLE 0, 0, 305, 99
+100 DIALOG DISCARDABLE 0, 0, 305, 101
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Fatal Application Failure"
FONT 8, "MS Sans Serif"
BEGIN
- PUSHBUTTON "&Close",12,7,80,50,14
- PUSHBUTTON "&Emergency save",13,155,80,68,14
- PUSHBUTTON "",15,243,80,55,14
- EDITTEXT 11,7,101,291,118,ES_MULTILINE | ES_READONLY | WS_VSCROLL |
+ PUSHBUTTON "&Close",12,7,82,60,14
+ PUSHBUTTON "&Emergency save",13,158,82,60,14
+ PUSHBUTTON "",15,238,82,60,14
+ EDITTEXT 11,7,103,291,118,ES_MULTILINE | ES_READONLY | WS_VSCROLL |
WS_HSCROLL | NOT WS_TABSTOP
- LTEXT "",10,36,7,262,65
+ LTEXT "",10,36,5,262,72
ICON 100,IDC_STATIC,9,9,20,20
END