mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 04:23:55 -07:00
Merge pull request #2 from VanNostrand/RespUsernameInvalid-fix
Fixed duplicate case compile error
This commit is contained in:
commit
a975f0ddba
1 changed files with 1 additions and 1 deletions
|
|
@ -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::RespUserIsBanned:
|
case Response::RespUsernameInvalid:
|
||||||
QMessageBox::critical(this, tr("Error"), tr("Invalid username."));
|
QMessageBox::critical(this, tr("Error"), tr("Invalid username."));
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue