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
a5ee9268
Commit
a5ee9268
authored
May 08, 2013
by
Daenyth
Browse files
Merge pull request #14 from VanNostrand/smallfix
Changed default server to woogerworks
parents
c31a9526
f801f4f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/dlg_connect.cpp
View file @
a5ee9268
...
@@ -13,7 +13,7 @@ DlgConnect::DlgConnect(QWidget *parent)
...
@@ -13,7 +13,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"
,
"
play.
cockatrice.
de
"
).
toString
());
hostEdit
=
new
QLineEdit
(
settings
.
value
(
"hostname"
,
"cockatrice.
woogerworks.com
"
).
toString
());
hostLabel
->
setBuddy
(
hostEdit
);
hostLabel
->
setBuddy
(
hostEdit
);
portLabel
=
new
QLabel
(
tr
(
"&Port:"
));
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