diff --git a/stepmania/src/archutils/Win32/WindowsResources.rc b/stepmania/src/archutils/Win32/WindowsResources.rc index 81f5b8b489..f61bf15e15 100644 --- a/stepmania/src/archutils/Win32/WindowsResources.rc +++ b/stepmania/src/archutils/Win32/WindowsResources.rc @@ -106,9 +106,6 @@ BEGIN LTEXT "Program Crash",IDC_STATIC_HEADER_TEXT,5,5,249,23 ICON IDI_ICON,IDC_STATIC_ICON,259,6,20,20 CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,0,34,287,1 - EDITTEXT IDC_RESULT_ID,98,101,27,12,ES_AUTOHSCROLL | ES_READONLY | - NOT WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP, - WS_EX_RIGHT LTEXT "The program has encountered an error and has been closed. We have created an anonymous error report.", IDC_STATIC,13,42,263,24 END