summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2008-12-31 17:01:33 +0000
committerglx <glx@openttd.org>2008-12-31 17:01:33 +0000
commit9a5f4f28f4dde16173da267e47d8a8d4e86e8d2b (patch)
treeb830f0e6ecdb83af45652e98ff8afad4c796e70d
parent88e3ff541390f570d7859c5b6755f7088f0fb8e1 (diff)
downloadopenttd-9a5f4f28f4dde16173da267e47d8a8d4e86e8d2b.tar.xz
(svn r14778) -Change: completely hide 'Submit report' button on crash dialog (MSVC)
-rw-r--r--src/ottdres.rc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ottdres.rc.in b/src/ottdres.rc.in
index 0e281ac88..527aed92e 100644
--- a/src/ottdres.rc.in
+++ b/src/ottdres.rc.in
@@ -48,7 +48,7 @@ CAPTION "Fatal Application Failure"
FONT 8, "MS Sans Serif"
BEGIN
PUSHBUTTON "&Close",12,7,58,50,14
- PUSHBUTTON "&Submit report",14,81,58,68,14,WS_DISABLED
+// 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 |