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
1bf4f74a
Commit
1bf4f74a
authored
Apr 02, 2013
by
Mark Morschhäuser
Browse files
Fixed duplicate case compile error
parent
347d30a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/window_main.cpp
View file @
1bf4f74a
...
@@ -258,7 +258,7 @@ void MainWindow::loginError(Response::ResponseCode r, QString reasonStr, quint32
...
@@ -258,7 +258,7 @@ void MainWindow::loginError(Response::ResponseCode r, QString reasonStr, quint32
QMessageBox
::
critical
(
this
,
tr
(
"Error"
),
bannedStr
);
QMessageBox
::
critical
(
this
,
tr
(
"Error"
),
bannedStr
);
break
;
break
;
}
}
case
Response
::
RespUser
IsBanne
d
:
case
Response
::
RespUser
nameInvali
d
:
QMessageBox
::
critical
(
this
,
tr
(
"Error"
),
tr
(
"Invalid username."
));
QMessageBox
::
critical
(
this
,
tr
(
"Error"
),
tr
(
"Invalid username."
));
break
;
break
;
default:
default:
...
...
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