From 9a5f4f28f4dde16173da267e47d8a8d4e86e8d2b Mon Sep 17 00:00:00 2001 From: glx Date: Wed, 31 Dec 2008 17:01:33 +0000 Subject: [PATCH] (svn r14778) -Change: completely hide 'Submit report' button on crash dialog (MSVC) --- src/ottdres.rc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ottdres.rc.in b/src/ottdres.rc.in index 0e281ac88d..527aed92ed 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 |