Adding missing break statement. :-)

This commit is contained in:
lotodore
2010-07-14 15:43:15 +00:00
parent 55fc5e6e39
commit e6cfcd0b5b
@@ -766,6 +766,7 @@ void startWindowImpl::networkError(int errorID, int /*osErrorID*/) {
QMessageBox::warning(this, tr("Network Error"),
tr("Your account is blocked indefinitely."),
QMessageBox::Close); }
break;
case ERR_NET_SESSION_TIMED_OUT:
{ mySession->terminateNetworkClient();
QMessageBox::warning(this, tr("Network Error"),