]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialup/nettest.cpp
Add CombineURIs implementation for wxWebFileProtocolHandler. Update the IE backend...
[wxWidgets.git] / samples / dialup / nettest.cpp
index 8e68d35171b0e55d8be6ff196c00601bdc226af7..e317e100aceed21c64b542e9f320fe5535442d0b 100644 (file)
@@ -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();