]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/typetest/typetest.cpp
Update the files changed by the version number increment script.
[wxWidgets.git] / samples / typetest / typetest.cpp
index e3a20a94f3b13365abaec823b33db6229c0b8a9d..61a6de06dfb314f4567a82d07aae313fc3467ac1 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     04/01/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // For compilers that support precompilation, includes "wx/wx.h".
@@ -116,8 +116,6 @@ bool MyApp::OnInit()
     // Show the frame
     frame->Show(true);
 
-    SetTopWindow(frame);
-
     return true;
 }