1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

changed some lines to fit the 80chars limit

This commit is contained in:
Constantin Wenger 2011-07-21 16:44:43 +02:00 committed by Giuseppe Bilotta
parent 4e5aac5f26
commit 3d53cc2c11
5 changed files with 38 additions and 19 deletions

View file

@ -89,7 +89,8 @@ void GUIMessageMenu::regenerateGui(v2u32 screensize)
core::rect<s32> rect(0, 0, 140, 30);
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")));
Environment->addButton(rect, this, 257,
chartowchar_t(gettext("Proceed")));
Environment->setFocus(e);
}
}