try with modal dialog

This commit is contained in:
Volker Fischer 2011-04-23 15:59:24 +00:00
parent 30656eca99
commit 398a00ba73

View File

@ -457,6 +457,7 @@ CLlconClientDlg::CLlconClientDlg ( CClient* pNCliP,
// TEST
ConnectDlg.LoadStoredServers ( pClient->vstrIPAddress );
ConnectDlg.setModal ( true );
ConnectDlg.show();
}