summaryrefslogtreecommitdiff
path: root/src/bootstrap_gui.cpp
diff options
context:
space:
mode:
authorRicardo N Feliciano <FelicianoTech@gmail.com>2018-04-21 05:05:38 -0400
committerPatric Stout <truebrain@openttd.org>2018-04-21 11:05:38 +0200
commite8de33a61fcecdd09d3c9bdb68c64c5418dbd437 (patch)
tree82a324b826179dd7d6df4d95c37023ef8c4c4a6e /src/bootstrap_gui.cpp
parent3b32075e8a3440c9bca8764289c0b1e3c2f4c28d (diff)
downloadopenttd-e8de33a61fcecdd09d3c9bdb68c64c5418dbd437.tar.xz
Cleanup: Use new filename for README file. (#6738)
Diffstat (limited to 'src/bootstrap_gui.cpp')
-rw-r--r--src/bootstrap_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap_gui.cpp b/src/bootstrap_gui.cpp
index 7abc38563..62f5450c5 100644
--- a/src/bootstrap_gui.cpp
+++ b/src/bootstrap_gui.cpp
@@ -264,6 +264,6 @@ bool HandleBootstrap()
/* Failure to get enough working to get a graphics set. */
failure:
- usererror("Failed to find a graphics set. Please acquire a graphics set for OpenTTD. See section 4.1 of readme.txt.");
+ usererror("Failed to find a graphics set. Please acquire a graphics set for OpenTTD. See section 4.1 of README.md.");
return false;
}