mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-13 09:34:47 -07:00
changed default server hostname
This commit is contained in:
parent
b7e97103e2
commit
9645d097b4
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,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", "cockatrice.de").toString());
|
hostEdit = new QLineEdit(settings.value("hostname", "play.cockatrice.de").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