X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..cec1b1ab0b03e504470c0689d5098bbcd0e0b2f7:/samples/dialup/nettest.cpp diff --git a/samples/dialup/nettest.cpp b/samples/dialup/nettest.cpp index 8e68d35171..e317e100ac 100644 --- a/samples/dialup/nettest.cpp +++ b/samples/dialup/nettest.cpp @@ -161,9 +161,8 @@ bool MyApp::OnInit() MyFrame *frame = new MyFrame(wxT("Dial-up wxWidgets demo"), wxPoint(50, 50), wxSize(450, 340)); - // Show it and tell the application that it's our main window + // Show it frame->Show(true); - SetTopWindow(frame); // Init dial up manager m_dial = wxDialUpManager::Create();