add rooster ranges, remove woogerworks (#3163)

This commit is contained in:
Zach H 2018-04-03 18:41:10 -04:00 committed by GitHub
parent 2fcb02cadd
commit ca2e05952e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 51 additions and 7 deletions

View file

@ -13,7 +13,7 @@
DlgRegister::DlgRegister(QWidget *parent) : QDialog(parent)
{
hostLabel = new QLabel(tr("&Host:"));
hostEdit = new QLineEdit(settingsCache->servers().getHostname("cockatrice.woogerworks.com"));
hostEdit = new QLineEdit(settingsCache->servers().getHostname("server.cockatrice.us"));
hostLabel->setBuddy(hostEdit);
portLabel = new QLabel(tr("&Port:"));