From ad7b1602afb2e706b1ce19933ba4f666941529a2 Mon Sep 17 00:00:00 2001 From: woogerboy21 Date: Mon, 30 Jun 2014 23:49:26 -0400 Subject: [PATCH] Response Clarification Renamed response name for clearer recognition. --- cockatrice/src/window_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/window_main.cpp b/cockatrice/src/window_main.cpp index d53e1c957..d874eb25c 100644 --- a/cockatrice/src/window_main.cpp +++ b/cockatrice/src/window_main.cpp @@ -261,7 +261,7 @@ void MainWindow::loginError(Response::ResponseCode r, QString reasonStr, quint32 case Response::RespUsernameInvalid: QMessageBox::critical(this, tr("Error"), tr("Invalid username.")); break; - case Response::RespRegRequired: + case Response::RespRegistrationRequired: QMessageBox::critical(this, tr("Error"), tr("This server requires user registration.")); break; default: