X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9bc95da04ca5541783c9aead91769fcde0651d97..fc35191279b8dbdb183b2cf83f004a00069e8c44:/demos/life/life.cpp diff --git a/demos/life/life.cpp b/demos/life/life.cpp index 0402bd9944..8366b49890 100644 --- a/demos/life/life.cpp +++ b/demos/life/life.cpp @@ -163,9 +163,8 @@ bool LifeApp::OnInit() // 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); - SetTopWindow(frame); // just for Motif #ifdef __WXMOTIF__