summaryrefslogtreecommitdiff
path: root/src/win32.c
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2007-01-04 23:49:55 +0000
committerDarkvater <darkvater@openttd.org>2007-01-04 23:49:55 +0000
commit07994ea72af87d3e330e43ecd600ab0fd35e1cc4 (patch)
treea29680cd925dc6cfd6e370670312c8f39279be2b /src/win32.c
parent73079f83bc99d17571e547cfcc7c2c9c6ff31217 (diff)
downloadopenttd-07994ea72af87d3e330e43ecd600ab0fd35e1cc4.tar.xz
(svn r7840) -Codechange: Change the crash window a bit. Tell about Flyspray and crash.dmp. Remove
text about submitting crash report.
Diffstat (limited to 'src/win32.c')
-rw-r--r--src/win32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/win32.c b/src/win32.c
index a0a3d05b4..13dcd87a6 100644
--- a/src/win32.c
+++ b/src/win32.c
@@ -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.");