Merge pull request #14 from VanNostrand/smallfix

Changed default server to woogerworks
This commit is contained in:
Daenyth 2013-05-08 15:53:00 -07:00
commit a5ee926862

View file

@ -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:"));