Skip to content
Snippets Groups Projects
Commit 56a74459 authored by Giuseppe Bilotta's avatar Giuseppe Bilotta
Browse files

Restore "Leave address blank" position

parent 9fa4b72a
No related branches found
No related tags found
No related merge requests found
......@@ -217,6 +217,7 @@ void GUIMainMenu::regenerateGui(v2u32 screensize)
}
{
core::rect<s32> rect(0, 0, 400, 20);
rect += topleft_client + v2s32(160, 100+35);
Environment->addStaticText(chartowchar_t(gettext("Leave address blank to start a local server.")), rect, false, true, this, -1);
}
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment