(svn r14778) -Change: completely hide 'Submit report' button on crash dialog (MSVC)

This commit is contained in:
glx 2008-12-31 17:01:33 +00:00
parent 88e3ff5413
commit 9a5f4f28f4
1 changed files with 1 additions and 1 deletions

View File

@ -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 |