Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
f801f4f6
Commit
f801f4f6
authored
May 08, 2013
by
Mark Morschhäuser
Browse files
Changed default server to woogerworks
parent
66f4041c
Changes
1
Show whitespace changes
Inline
Side-by-side
cockatrice/src/dlg_connect.cpp
View file @
f801f4f6
...
...
@@ -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:"
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment