mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +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
|
@ -31,13 +31,11 @@ GUIModalMenu(env, parent, id, menumgr)
|
|||
m_formname = formname;
|
||||
m_text_dst = 0;
|
||||
m_accepted = false;
|
||||
m_previous_locale = setlocale(LC_ALL,0);
|
||||
}
|
||||
|
||||
GUIFileSelectMenu::~GUIFileSelectMenu()
|
||||
{
|
||||
removeChildren();
|
||||
setlocale(LC_ALL,m_previous_locale.c_str());
|
||||
}
|
||||
|
||||
void GUIFileSelectMenu::removeChildren()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue