src/win32.c
branchcustombridgeheads
changeset 5648 1608018c5ff2
parent 5643 3778051e8095
--- a/src/win32.c	Wed Jan 03 20:00:29 2007 +0000
+++ b/src/win32.c	Thu Jan 11 13:16:26 2007 +0000
@@ -207,8 +207,8 @@
 
 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 file (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.");
 
@@ -836,7 +836,7 @@
 void ShowInfo(const char *str)
 {
 	if (_has_console) {
-		puts(str);
+		fprintf(stderr, str);
 	} else {
 		bool old;