Requested Cleanup

Corrected tab to 4 space (per request)
Moved regonly option under authentication ini location (per request)
This commit is contained in:
woogerboy21 2014-07-02 22:27:05 -04:00
parent d246fa39fe
commit 0a1fe7f5a8
5 changed files with 1274 additions and 1274 deletions

View file

@ -262,8 +262,8 @@ void MainWindow::loginError(Response::ResponseCode r, QString reasonStr, quint32
QMessageBox::critical(this, tr("Error"), tr("Invalid username."));
break;
case Response::RespRegistrationRequired:
QMessageBox::critical(this, tr("Error"), tr("This server requires user registration."));
break;
QMessageBox::critical(this, tr("Error"), tr("This server requires user registration."));
break;
default:
QMessageBox::critical(this, tr("Error"), tr("Unknown login error: %1").arg(static_cast<int>(r)));
}