(svn r7840) -Codechange: Change the crash window a bit. Tell about Flyspray and crash.dmp. Remove

text about submitting crash report.
This commit is contained in:
Darkvater
2007-01-04 23:49:55 +00:00
parent 73079f83bc
commit 07994ea72a
2 changed files with 9 additions and 9 deletions

View File

@@ -207,8 +207,8 @@ static char *PrintModuleList(char *output)
static const TCHAR _crash_desc[] =
_T("A serious fault condition occured in the game. The game will shut down.\n")
_T("Press \"Submit report\" to send crash information to the developers. ")
_T("This will greatly help debugging. ")
_T("Please send the crash information and the crash.dmp (if any) to the developers.\n")
_T("This will greatly help debugging. The correct place to do this is http://bugs.openttd.org. ")
_T("The information contained in the report is displayed below.\n")
_T("Press \"Emergency save\" to attempt saving the game.");