projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fa4b72
)
Restore "Leave address blank" position
author
Giuseppe Bilotta
<giuseppe.bilotta@gmail.com>
Thu, 21 Jul 2011 13:12:58 +0000
(15:12 +0200)
committer
Giuseppe Bilotta
<giuseppe.bilotta@gmail.com>
Thu, 21 Jul 2011 13:12:58 +0000
(15:12 +0200)
src/guiMainMenu.cpp
patch
|
blob
|
history
diff --git
a/src/guiMainMenu.cpp
b/src/guiMainMenu.cpp
index f557f4dc08eeb0c14fe6bd0a56f97900fa975e73..707a96e3b79ede2f4885e1bb5b5d591962501b29 100644
(file)
--- 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);
}
{