summaryrefslogtreecommitdiff
path: root/src/guiTextInputMenu.cpp
diff options
context:
space:
mode:
authorsapier <Sapier at GMX dot net>2013-11-03 17:28:16 +0100
committersapier <Sapier at GMX dot net>2013-11-11 19:56:49 +0100
commit22a59b3912ff5e7bb1516faa06f1841545a8117c (patch)
treefa4e98374808d149b41ad7251425d6cab61dd918 /src/guiTextInputMenu.cpp
parent0f9440fa61fbfd95b0c06217d08b07c81c897ee0 (diff)
downloadminetest-22a59b3912ff5e7bb1516faa06f1841545a8117c.tar.gz
minetest-22a59b3912ff5e7bb1516faa06f1841545a8117c.tar.bz2
minetest-22a59b3912ff5e7bb1516faa06f1841545a8117c.zip
Fix win32/msvc i18n (quite UGLY version, blame Microsoft)
Diffstat (limited to 'src/guiTextInputMenu.cpp')
-rw-r--r--src/guiTextInputMenu.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/guiTextInputMenu.cpp b/src/guiTextInputMenu.cpp
index 9285aaa81..535bf497e 100644
--- a/src/guiTextInputMenu.cpp
+++ b/src/guiTextInputMenu.cpp
@@ -133,7 +133,6 @@ void GUITextInputMenu::regenerateGui(v2u32 screensize)
evt.KeyInput.Shift = 0;
e->OnEvent(evt);
}
- changeCtype("");
{
core::rect<s32> rect(0, 0, 140, 30);
rect = rect + v2s32(size.X/2-140/2, size.Y/2-30/2+25);
@@ -142,7 +141,6 @@ void GUITextInputMenu::regenerateGui(v2u32 screensize)
text);
delete[] text;
}
- changeCtype("C");
}
void GUITextInputMenu::drawMenu()