X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/efe2190fa74270ae53c3c76c3e52378008814ca5..0773a33ca04ef2d9602527e059071cf119396bf6:/samples/animate/anitest.cpp diff --git a/samples/animate/anitest.cpp b/samples/animate/anitest.cpp index 6d4a4ecb00..413558002f 100644 --- a/samples/animate/anitest.cpp +++ b/samples/animate/anitest.cpp @@ -29,7 +29,7 @@ #endif #ifndef __WXMSW__ - #include "sample.xpm" + #include "../sample.xpm" #endif #include "wx/aboutdlg.h" @@ -102,8 +102,6 @@ bool MyApp::OnInit() wxDEFAULT_FRAME_STYLE); frame->Show(true); - SetTopWindow(frame); - return true; }