summaryrefslogtreecommitdiff
path: root/src/os/windows/crashlog_win.cpp
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/windows/crashlog_win.cpp
parent1fe580cd2bac8a3214f35ff79f17730044fdd6f3 (diff)
downloadopenttd-7ef2f11c4c0191e3300fce60c3fc7fe4a88e6910.tar.xz
Fix #7570: Show Github URL in the crashlog window
Diffstat (limited to 'src/os/windows/crashlog_win.cpp')
-rw-r--r--src/os/windows/crashlog_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/windows/crashlog_win.cpp b/src/os/windows/crashlog_win.cpp
index a19789976..a64228bfb 100644
--- a/src/os/windows/crashlog_win.cpp
+++ b/src/os/windows/crashlog_win.cpp
@@ -582,7 +582,7 @@ static bool _expanded;
static const TCHAR _crash_desc[] =
_T("A serious fault condition occurred in the game. The game will shut down.\n")
_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("This will greatly help debugging. The correct place to do this is https://github.com/OpenTTD/OpenTTD/issues. ")
_T("The information contained in the report is displayed below.\n")
_T("Press \"Emergency save\" to attempt saving the game. Generated file(s):\n")
_T("%s");