This commit is contained in:
doitux
2007-02-17 23:18:34 +00:00
parent 206a47922f
commit af6c4dc235
9 changed files with 51 additions and 35 deletions
+5
View File
@@ -553,6 +553,11 @@ void mainWindowImpl::callJoinNetworkGameDialog() {
connectToServerDialogImpl *w = new connectToServerDialogImpl();
w->exec();
if (w->result() == QDialog::Rejected ) {
callJoinNetworkGameDialog();
}
}
}