The easy fix for the splash screen crash

Originally committed to SVN as r51.
This commit is contained in:
Fredrik Mellbin 2006-01-30 20:04:33 +00:00
parent 0db9a569b8
commit eaa3fe1456
1 changed files with 1 additions and 1 deletions

View File

@ -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 {