close login dialog after error message
This commit is contained in:
@@ -920,6 +920,8 @@ void startWindowImpl::networkError(int errorID, int /*osErrorID*/)
|
|||||||
myConnectToServerDialog->reject();
|
myConnectToServerDialog->reject();
|
||||||
myStartNetworkGameDialog->reject();
|
myStartNetworkGameDialog->reject();
|
||||||
myGuiInterface->getMyW()->close();
|
myGuiInterface->getMyW()->close();
|
||||||
|
myInternetGameLoginDialog->reject();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void startWindowImpl::networkNotification(int notificationId)
|
void startWindowImpl::networkNotification(int notificationId)
|
||||||
|
|||||||
Reference in New Issue
Block a user