Running astyle.

This commit is contained in:
lotodore
2011-10-20 14:13:25 +00:00
parent 28d7904265
commit 2f588ffed7
6 changed files with 296 additions and 298 deletions
+2 -2
View File
@@ -691,7 +691,7 @@ void startWindowImpl::networkError(int errorID, int /*osErrorID*/)
case ERR_SOCK_RECV_FAILED: // Sometimes windows reports recv failed on close.
case ERR_SOCK_CONN_RESET: {
QMessageBox::warning(this, tr("Network Error"),
tr("The connection to the server was lost."),
tr("The connection to the server was lost."),
QMessageBox::Close);
}
break;
@@ -917,7 +917,7 @@ void startWindowImpl::networkError(int errorID, int /*osErrorID*/)
myGameLobbyDialog->reject();
myConnectToServerDialog->reject();
myStartNetworkGameDialog->reject();
myGuiInterface->getMyW()->close();
myGuiInterface->getMyW()->close();
}
void startWindowImpl::networkNotification(int notificationId)