summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorKraant <kraant@gmail.com>2008-08-03 14:25:20 +0000
committerKraant <kraant@gmail.com>2008-08-03 14:25:20 +0000
commitfcf54cb8827e84b608ef49dd98697ccfbf25319f (patch)
tree0bd28631fdc3c7e0231841ceaf52f1c05977c124 /src/gui
parent2852d5695820e4ff8598ec4cf391f7049907d527 (diff)
downloadmana-client-fcf54cb8827e84b608ef49dd98697ccfbf25319f.tar.gz
mana-client-fcf54cb8827e84b608ef49dd98697ccfbf25319f.tar.bz2
mana-client-fcf54cb8827e84b608ef49dd98697ccfbf25319f.tar.xz
mana-client-fcf54cb8827e84b608ef49dd98697ccfbf25319f.zip
Changed the default server in the dropdown menu in the login
screen to the new server
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/login.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/login.cpp b/src/gui/login.cpp
index 526a8e8f..1420575d 100644
--- a/src/gui/login.cpp
+++ b/src/gui/login.cpp
@@ -51,7 +51,7 @@ LoginDialog::LoginDialog(LoginData *loginData):
gcn::Label *serverLabel = new gcn::Label("Server:");
gcn::Label *portLabel = new gcn::Label("Port:");
mServerList = new DropDownList("MostRecent00",
- "216.139.126.36",
+ "209.168.213.109",
"6901",
MAX_SERVER_LIST_SIZE);
mServerListBox = new gcn::ListBox(mServerList);