mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 17:14:52 -07:00
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");
|
settings.beginGroup("server");
|
||||||
|
|
||||||
hostLabel = new QLabel(tr("&Host:"));
|
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);
|
hostLabel->setBuddy(hostEdit);
|
||||||
|
|
||||||
portLabel = new QLabel(tr("&Port:"));
|
portLabel = new QLabel(tr("&Port:"));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue