diff --git a/core/frame_main.cpp b/core/frame_main.cpp index 3288c1054..14fe51baa 100644 --- a/core/frame_main.cpp +++ b/core/frame_main.cpp @@ -73,7 +73,7 @@ FrameMain::FrameMain (wxArrayString args) // Splash screen #ifndef _DEBUG if (Options.AsBool(_T("Show Splash"))) { - SplashScreen *splash = new SplashScreen(this); + SplashScreen *splash = new SplashScreen(NULL); splash->Show(true); } else {