]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/exec/exec.cpp
Update configuration for OpenVMS
[wxWidgets.git] / samples / exec / exec.cpp
index 4f72a17958f6e0dc354aa691ce9ddb1b598801b0..6fe2ff9dd5acee1b8beb0fdab44f94d4f6866675 100644 (file)
@@ -413,9 +413,8 @@ bool MyApp::OnInit()
     MyFrame *frame = new MyFrame(wxT("Exec wxWidgets sample"),
                                  wxDefaultPosition, wxSize(500, 140));
 
-    // Show it and tell the application that it's our main window
+    // Show it
     frame->Show(true);
-    SetTopWindow(frame);
 
     // success: wxApp::OnRun() will be called which will enter the main message
     // loop and the application will run. If we returned false here, the