From c45a74deeeb8d29be3a888077977627b43fdef06 Mon Sep 17 00:00:00 2001 From: squall-leonhart Date: Mon, 3 Sep 2012 09:36:28 +0000 Subject: [PATCH] removed the modal else from the client connection dialogue now it doesn't crash when clicking connect on debug builds still does on release builds, just like start server :( --- src/win32/LinkOptions.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/win32/LinkOptions.cpp b/src/win32/LinkOptions.cpp index 5886f66d..dd04a08e 100644 --- a/src/win32/LinkOptions.cpp +++ b/src/win32/LinkOptions.cpp @@ -661,10 +661,6 @@ void LinkClient::OnLinkConnect() delete dlginfo; MessageBox("Error occurred.\nPlease try again.", "Error", MB_OK); } - else - { - dlg->DoModal(); - } return; }