Changed default server to woogerworks
This commit is contained in:
parent
66f4041cb3
commit
f801f4f64d
1 changed files with 1 additions and 1 deletions
|
@ -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:"));
|
||||
|
|
Loading…
Reference in a new issue