mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 17:44:01 -07:00
Merge f801f4f64d into c31a9526e3
This commit is contained in:
commit
47d1f55d6e
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…
Add table
Add a link
Reference in a new issue