From a23c5ae43ceb1c2ee9bd6b86c29f4b7ffb772743 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sun, 14 Feb 2010 22:44:52 +0100 Subject: Have -v print 'Mana client' instead of 'The Mana World' Mantis-issue: 1 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index b886545b..de133ecb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -544,7 +544,7 @@ static void printHelp() static void printVersion() { - std::cout << strprintf("The Mana World %s", FULL_VERSION) << std::endl; + std::cout << strprintf("Mana client %s", FULL_VERSION) << std::endl; } static void parseOptions(int argc, char *argv[], Options &options) -- cgit v1.2.3-70-g09d2