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
7a1fb45e
Commit
7a1fb45e
authored
Feb 09, 2015
by
Zach H
Browse files
feedback change
parent
ce2541af
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/gamesmodel.cpp
View file @
7a1fb45e
...
...
@@ -179,7 +179,7 @@ QVariant GamesModel::data(const QModelIndex &index, int role) const
if
(
g
.
spectators_can_chat
()
&&
g
.
spectators_omniscient
())
{
result
.
append
(
" ("
).
append
(
tr
(
"can chat"
)).
append
(
" & "
).
append
((
tr
(
"
can
see hands"
)).
append
(
")"
));
result
.
append
(
" ("
).
append
(
tr
(
"can chat"
)).
append
(
" & "
).
append
((
tr
(
"see hands"
)).
append
(
")"
));
}
else
if
(
g
.
spectators_can_chat
())
{
...
...
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