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");
|
||||
|
||||
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);
|
||||
|
||||
portLabel = new QLabel(tr("&Port:"));
|
||||
|
|
Loading…
Reference in a new issue