]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/stc/stctest.cpp
Update configuration for OpenVMS
[wxWidgets.git] / samples / stc / stctest.cpp
index bfd85359de0fe788726cb0cd5aee7ead592e9acd..069008b5447a2062c8297052ea29dd522f8d328a 100644 (file)
 #include "edit.h"        // Edit module
 #include "prefs.h"       // Prefs
 
-#ifndef __WXMSW__
-    #include "../sample.xpm"
-#endif
-
 //----------------------------------------------------------------------------
 // resources
 //----------------------------------------------------------------------------
@@ -230,7 +226,6 @@ bool App::OnInit () {
     // open application frame
     m_frame->Layout ();
     m_frame->Show (true);
-    SetTopWindow (m_frame);
 
     return true;
 }