]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sockets/client.cpp
Add CombineURIs implementation for wxWebFileProtocolHandler. Update the IE backend...
[wxWidgets.git] / samples / sockets / client.cpp
index b45ccb3f0962549db777ef00ea73553e77566c11..7b67c98dd8bae9f03698afb14834070a6e127dd9 100644 (file)
@@ -190,9 +190,8 @@ bool MyApp::OnInit()
   // Create the main application window
   MyFrame *frame = new MyFrame();
 
   // Create the main application window
   MyFrame *frame = new MyFrame();
 
-  // Show it and tell the application that it's our main window
+  // Show it
   frame->Show(true);
   frame->Show(true);
-  SetTopWindow(frame);
 
   // success
   return true;
 
   // success
   return true;