summaryrefslogtreecommitdiff
path: root/src/os/macosx
diff options
context:
space:
mode:
authorTransportman <iamtransportman@gmail.com>2019-05-04 20:31:56 +0200
committerCharles Pigott <charlespigott@googlemail.com>2019-05-04 19:54:32 +0100
commit7ef2f11c4c0191e3300fce60c3fc7fe4a88e6910 (patch)
treee232e6052e80ea8ce18aa2c8562ba859e69d6ebb /src/os/macosx
parent1fe580cd2bac8a3214f35ff79f17730044fdd6f3 (diff)
downloadopenttd-7ef2f11c4c0191e3300fce60c3fc7fe4a88e6910.tar.xz
Fix #7570: Show Github URL in the crashlog window
Diffstat (limited to 'src/os/macosx')
-rw-r--r--src/os/macosx/crashlog_osx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/macosx/crashlog_osx.cpp b/src/os/macosx/crashlog_osx.cpp
index 16c029639..25389d1ca 100644
--- a/src/os/macosx/crashlog_osx.cpp
+++ b/src/os/macosx/crashlog_osx.cpp
@@ -203,7 +203,7 @@ 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"
+ "This will greatly help debugging. The correct place to do this is https://github.com/OpenTTD/OpenTTD/issues.\n\n"
"Generated file(s):\n%s\n%s\n%s",
this->filename_log, this->filename_save, this->filename_screenshot);