]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/listctrl/listtest.cpp
adding new files for xti merge
[wxWidgets.git] / samples / listctrl / listtest.cpp
index c60dc4e4836ba5b820f33a104de4db9a108a1a24..dc715e643b031febd05c711656bed0165b306c38 100644 (file)
@@ -100,8 +100,6 @@ bool MyApp::OnInit()
     // Show the frame
     frame->Show(true);
 
-    SetTopWindow(frame);
-
     return true;
 }
 
@@ -283,7 +281,7 @@ MyFrame::MyFrame(const wxChar *title)
 
 #ifdef __WXMSW__
     // this is useful to know specially when debugging :)
-    wxLogMessage("Your version of comctl32.dll is: %d", 
+    wxLogMessage("Your version of comctl32.dll is: %d",
                  wxApp::GetComCtl32Version());
 #endif