From 22a59b3912ff5e7bb1516faa06f1841545a8117c Mon Sep 17 00:00:00 2001 From: sapier Date: Sun, 3 Nov 2013 17:28:16 +0100 Subject: Fix win32/msvc i18n (quite UGLY version, blame Microsoft) --- src/guiTextInputMenu.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/guiTextInputMenu.cpp') 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 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() -- cgit v1.2.3