From aa6506ce9617d2a889f4937b525be15d8bdcb589 Mon Sep 17 00:00:00 2001
From: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Date: Thu, 21 Jul 2011 15:12:58 +0200
Subject: [PATCH] Restore "Leave address blank" position

---
 src/guiMainMenu.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/guiMainMenu.cpp b/src/guiMainMenu.cpp
index f557f4dc0..707a96e3b 100644
--- a/src/guiMainMenu.cpp
+++ b/src/guiMainMenu.cpp
@@ -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);
 	}
 	{
-- 
GitLab