summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorthatakkarin <thatakkarin@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-11-29 01:23:53 +0000
committerthatakkarin <thatakkarin@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-11-29 01:23:53 +0000
commit6f34fff59a234f7ac32572033fdeff7c68b88eea (patch)
tree89b17511eaaa7143d8c80ac68ca5cb27cc21bd48 /src/map/map.c
parentce39f7431b07728ea9e61e48728eb327c749402a (diff)
downloadhercules-6f34fff59a234f7ac32572033fdeff7c68b88eea.tar.gz
hercules-6f34fff59a234f7ac32572033fdeff7c68b88eea.tar.bz2
hercules-6f34fff59a234f7ac32572033fdeff7c68b88eea.tar.xz
hercules-6f34fff59a234f7ac32572033fdeff7c68b88eea.zip
* Follow up to r16975 - removed reference to ${CMAKE_CURRENT_SOURCE_DIR}/readme.html in CMakeLists.txt (Why was it referenced there :o )
* Modified ShowInfo in map/map.c to reflect change. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16977 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 28d25839b..69e343fb3 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -3654,7 +3654,7 @@ static void map_versionscreen(bool do_exit)
ShowInfo(CL_WHITE"rAthena SVN version: %s" CL_RESET"\n", get_svn_revision());
ShowInfo(CL_GREEN"Website/Forum:"CL_RESET"\thttp://rathena.org/\n");
ShowInfo(CL_GREEN"IRC Channel:"CL_RESET"\tirc://irc.rathena.net/#rathena\n");
- ShowInfo("Open "CL_WHITE"readme.html"CL_RESET" for more information.\n");
+ ShowInfo("Open "CL_WHITE"readme.txt"CL_RESET" for more information.\n");
if (do_exit)
exit(EXIT_SUCCESS);
}