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
1dd7695e
Commit
1dd7695e
authored
Dec 15, 2011
by
Daenyth
Committed by
Daenyth
Dec 28, 2011
Browse files
Make games created reg-only by default.
parent
4fbd6e0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/dlg_creategame.cpp
View file @
1dd7695e
...
...
@@ -49,6 +49,7 @@ DlgCreateGame::DlgCreateGame(AbstractClient *_client, int _roomId, const QMap<in
onlyBuddiesCheckBox
=
new
QCheckBox
(
tr
(
"Only &buddies can join"
));
onlyRegisteredCheckBox
=
new
QCheckBox
(
tr
(
"Only ®istered users can join"
));
onlyRegisteredCheckBox
->
setChecked
(
true
);
QGridLayout
*
joinRestrictionsLayout
=
new
QGridLayout
;
joinRestrictionsLayout
->
addWidget
(
passwordLabel
,
0
,
0
);
...
...
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