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
9645d097
Commit
9645d097
authored
Nov 03, 2010
by
Max-Wilhelm Bruker
Browse files
changed default server hostname
parent
b7e97103
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/dlg_connect.cpp
View file @
9645d097
...
@@ -12,7 +12,7 @@ DlgConnect::DlgConnect(QWidget *parent)
...
@@ -12,7 +12,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"
,
"cockatrice.de"
).
toString
());
hostEdit
=
new
QLineEdit
(
settings
.
value
(
"hostname"
,
"
play.
cockatrice.de"
).
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