1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 09:05:19 +02:00

Use wgettext

This commit is contained in:
Giuseppe Bilotta
2011-07-31 09:05:52 +02:00
parent 817180bd55
commit 1d1aec9631
6 changed files with 50 additions and 50 deletions

View File

@@ -91,7 +91,7 @@ void GUIMessageMenu::regenerateGui(v2u32 screensize)
rect = rect + v2s32(size.X/2-140/2, size.Y/2-30/2+25);
gui::IGUIElement *e =
Environment->addButton(rect, this, 257,
chartowchar_t(gettext("Proceed")));
wgettext("Proceed"));
Environment->setFocus(e);
}
changeCtype("C");