]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/life/life.cpp
Remove string conversion functions and use the wx provided ones.
[wxWidgets.git] / demos / life / life.cpp
index 0402bd99445795e6414ee65326b9337ca610ef97..8366b49890c8a666a165ee1c68fa361bf52b10f6 100644 (file)
@@ -163,9 +163,8 @@ bool LifeApp::OnInit()
     // create the main application window
     LifeFrame *frame = new LifeFrame();
 
     // create the main application window
     LifeFrame *frame = new LifeFrame();
 
-    // show it and tell the application that it's our main window
+    // show it
     frame->Show(true);
     frame->Show(true);
-    SetTopWindow(frame);
 
     // just for Motif
 #ifdef __WXMOTIF__
 
     // just for Motif
 #ifdef __WXMOTIF__