From fd9e226b794fd644e5dce578db206ddc804bd578 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Thu, 6 Dec 2012 21:01:45 +0200 Subject: Update GUI texts --- src/game.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game.cpp') 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(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) { -- cgit v1.2.3