summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-12-06 21:01:45 +0200
committerPerttu Ahola <celeron55@gmail.com>2012-12-06 21:02:02 +0200
commitfd9e226b794fd644e5dce578db206ddc804bd578 (patch)
treef24d9951fa8b9f5d5a675fccba126f4ce634b62f /src/game.cpp
parent7d2f0d7b1b088813cb473cc4637cc19498ef8f23 (diff)
downloadminetest-fd9e226b794fd644e5dce578db206ddc804bd578.tar.gz
minetest-fd9e226b794fd644e5dce578db206ddc804bd578.tar.bz2
minetest-fd9e226b794fd644e5dce578db206ddc804bd578.zip
Update GUI texts
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 194658f1f..9cd460922 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -1214,7 +1214,7 @@ void the_game(
// First line of debug text
gui::IGUIStaticText *guitext = guienv->addStaticText(
- L"Minetest-c55",
+ L"Minetest",
core::rect<s32>(5, 5, 795, 5+text_height),
false, false);
// Second line of debug text
@@ -2607,7 +2607,7 @@ void the_game(
//TimeTaker guiupdatetimer("Gui updating");
const char program_name_and_version[] =
- "Minetest-c55 " VERSION_STRING;
+ "Minetest " VERSION_STRING;
if(show_debug)
{