Changeset - r10521:583ce8a65b7f
[Not reviewed]
master
0 1 0
glx - 15 years ago 2008-12-31 17:01:33
glx@openttd.org
(svn r14778) -Change: completely hide 'Submit report' button on crash dialog (MSVC)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/ottdres.rc.in
Show inline comments
 
@@ -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 |
0 comments (0 inline, 0 general)