Commit a5ee9268 authored by Daenyth's avatar Daenyth
Browse files

Merge pull request #14 from VanNostrand/smallfix

Changed default server to woogerworks
parents c31a9526 f801f4f6
......@@ -13,7 +13,7 @@ DlgConnect::DlgConnect(QWidget *parent)
settings.beginGroup("server");
hostLabel = new QLabel(tr("&Host:"));
hostEdit = new QLineEdit(settings.value("hostname", "play.cockatrice.de").toString());
hostEdit = new QLineEdit(settings.value("hostname", "cockatrice.woogerworks.com").toString());
hostLabel->setBuddy(hostEdit);
portLabel = new QLabel(tr("&Port:"));
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment