Always skip splash screen on wxMac

Originally committed to SVN as r1586.
This commit is contained in:
Niels Martin Hansen 2007-09-24 01:18:42 +00:00
parent a2c1f17939
commit 545f85ff92

View file

@ -127,7 +127,9 @@ FrameMain::FrameMain (wxArrayString args)
Show();
// Splash screen
#ifndef _DEBUG
// It doesn't work properly on wxMac, and the jumping dock icon
// signals the same as the splash screen either way.
#if !_DEBUG && !__WXMAC__
if (Options.AsBool(_T("Show Splash"))) {
SplashScreen *splash = new SplashScreen(this);
splash->Show(true);