1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Update GUI texts

This commit is contained in:
Perttu Ahola 2012-12-06 21:01:45 +02:00
parent 7d2f0d7b1b
commit fd9e226b79
3 changed files with 5 additions and 20 deletions

View file

@ -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)
{