summaryrefslogtreecommitdiff
path: root/src/gui/login.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/login.cpp')
-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 1420575d..6a4cfeb7 100644
--- a/src/gui/login.cpp
+++ b/src/gui/login.cpp
@@ -52,7 +52,7 @@ LoginDialog::LoginDialog(LoginData *loginData):
gcn::Label *portLabel = new gcn::Label("Port:");
mServerList = new DropDownList("MostRecent00",
"209.168.213.109",
- "6901",
+ "21001",
MAX_SERVER_LIST_SIZE);
mServerListBox = new gcn::ListBox(mServerList);
mServerScrollArea = new ScrollArea();