From 56cbd01cd7d1370767b2d19fde03a167b9b5e22f 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 :( git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1117 a31d4220-a93d-0410-bf67-fe4944624d44 --- 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; }