diff options
Diffstat (limited to 'src/gui/login.cpp')
-rw-r--r-- | src/gui/login.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/login.cpp b/src/gui/login.cpp index c553d56e..dd64cf1b 100644 --- a/src/gui/login.cpp +++ b/src/gui/login.cpp @@ -55,8 +55,8 @@ LoginDialog::LoginDialog(LoginData *loginData): dfltServer.push_back("www.aethyra.org"); dfltServer.push_back("www.aethyra.org"); std::vector<std::string> dfltPort; - dfltPort.push_back("22001"); dfltPort.push_back("21001"); + dfltPort.push_back("22001"); mServerList = new DropDownList("MostRecent00", dfltServer, dfltPort, MAX_SERVER_LIST_SIZE); mServerListBox = new gcn::ListBox(mServerList); |