Response Clarification

Renamed response name for clearer recognition.
This commit is contained in:
woogerboy21 2014-06-30 23:49:26 -04:00
parent 87ebc66117
commit ad7b1602af

View file

@ -261,7 +261,7 @@ void MainWindow::loginError(Response::ResponseCode r, QString reasonStr, quint32
case Response::RespUsernameInvalid: case Response::RespUsernameInvalid:
QMessageBox::critical(this, tr("Error"), tr("Invalid username.")); QMessageBox::critical(this, tr("Error"), tr("Invalid username."));
break; break;
case Response::RespRegRequired: case Response::RespRegistrationRequired:
QMessageBox::critical(this, tr("Error"), tr("This server requires user registration.")); QMessageBox::critical(this, tr("Error"), tr("This server requires user registration."));
break; break;
default: default: