mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Fix win32/msvc i18n (quite UGLY version, blame Microsoft)
This commit is contained in:
parent
0f9440fa61
commit
22a59b3912
17 changed files with 315 additions and 111 deletions
|
@ -99,7 +99,7 @@ void GUIMessageMenu::regenerateGui(v2u32 screensize)
|
|||
Environment->addStaticText(m_message_text.c_str(),
|
||||
rect, false, true, this, -1);
|
||||
}
|
||||
changeCtype("");
|
||||
|
||||
int bw = 140;
|
||||
{
|
||||
core::rect<s32> rect(0, 0, bw, 30);
|
||||
|
@ -111,7 +111,6 @@ void GUIMessageMenu::regenerateGui(v2u32 screensize)
|
|||
Environment->setFocus(e);
|
||||
delete[] text;
|
||||
}
|
||||
changeCtype("C");
|
||||
}
|
||||
|
||||
void GUIMessageMenu::drawMenu()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue