summaryrefslogtreecommitdiff
path: root/src/ottdres.rc.in
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
commit3ad50741c1608fa71f524ab07316fb015b776267 (patch)
treeb830f0e6ecdb83af45652e98ff8afad4c796e70d /src/ottdres.rc.in
parentb8d31e962affe79c5eb486eaf658ba802b31dd95 (diff)
downloadopenttd-3ad50741c1608fa71f524ab07316fb015b776267.tar.xz
(svn r14778) -Change: completely hide 'Submit report' button on crash dialog (MSVC)
Diffstat (limited to 'src/ottdres.rc.in')
-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 |