Update crash dialog message to point to forum thread and github

Instead of bugs.openttd.org
This commit is contained in:
Jonathan G Rennison
2017-06-22 19:41:01 +01:00
parent 38b446ee0f
commit 7d960e28b4
2 changed files with 6 additions and 4 deletions

View File

@@ -202,8 +202,9 @@ public:
char message[1024];
seprintf(message, lastof(message),
"Please send the generated crash information and the last (auto)save to the developers. "
"This will greatly help debugging. The correct place to do this is http://bugs.openttd.org.\n\n"
"Please send the generated crash information and the last (auto)save to the patchpack developer. "
"This will greatly help debugging. The correct place to do this is https://www.tt-forums.net/viewtopic.php?f=33&t=73469"
" or https://github.com/JGRennison/OpenTTD-patches\n\n"
"Generated file(s):\n%s\n%s\n%s",
this->filename_log, this->filename_save, this->filename_screenshot);