aboutsummaryrefslogtreecommitdiff
path: root/src/guiTextInputMenu.cpp
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2011-07-31 09:05:52 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2011-08-02 10:11:40 +0200
commit1d1aec9631e3ae077db6060f0fe19487b7b23aae (patch)
treec74639d3fb5641a4b051f7533c77a13124f913c2 /src/guiTextInputMenu.cpp
parent817180bd55dcadc81c0fc9753ba9bac573199dc9 (diff)
downloadhax-minetest-server-1d1aec9631e3ae077db6060f0fe19487b7b23aae.tar.gz
hax-minetest-server-1d1aec9631e3ae077db6060f0fe19487b7b23aae.zip
Use wgettext
Diffstat (limited to '')
-rw-r--r--src/guiTextInputMenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guiTextInputMenu.cpp b/src/guiTextInputMenu.cpp
index a59602554..bfe0ea5de 100644
--- a/src/guiTextInputMenu.cpp
+++ b/src/guiTextInputMenu.cpp
@@ -109,7 +109,7 @@ void GUITextInputMenu::regenerateGui(v2u32 screensize)
core::rect<s32> rect(0, 0, 140, 30);
rect = rect + v2s32(size.X/2-140/2, size.Y/2-30/2+25);
Environment->addButton(rect, this, 257,
- chartowchar_t(gettext("Proceed")));
+ wgettext("Proceed"));
}
changeCtype("C");
}