mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +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
|
@ -1629,7 +1629,6 @@ void GUIFormSpecMenu::regenerateGui(v2u32 screensize)
|
|||
|
||||
|
||||
std::vector<std::string> elements = split(m_formspec_string,']');
|
||||
|
||||
for (unsigned int i=0;i< elements.size();i++) {
|
||||
parseElement(&mydata,elements[i]);
|
||||
}
|
||||
|
@ -1648,7 +1647,6 @@ void GUIFormSpecMenu::regenerateGui(v2u32 screensize)
|
|||
recalculateAbsolutePosition(false);
|
||||
mydata.basepos = getBasePos();
|
||||
|
||||
changeCtype("");
|
||||
{
|
||||
v2s32 pos = mydata.basepos;
|
||||
pos.Y = ((m_fields.size()+2)*60);
|
||||
|
@ -1659,7 +1657,7 @@ void GUIFormSpecMenu::regenerateGui(v2u32 screensize)
|
|||
Environment->addButton(mydata.rect, this, 257, text);
|
||||
delete[] text;
|
||||
}
|
||||
changeCtype("C");
|
||||
|
||||
}
|
||||
|
||||
//set initial focus if parser didn't set it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue