mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 09:04:53 -07:00
add rooster ranges, remove woogerworks (#3163)
This commit is contained in:
parent
2fcb02cadd
commit
ca2e05952e
10 changed files with 51 additions and 7 deletions
|
|
@ -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:"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue