Fix splash screen skipping so tip of the day isn't skipped on Mac.

Originally committed to SVN as r1587.
This commit is contained in:
Niels Martin Hansen 2007-09-24 01:35:47 +00:00
parent 545f85ff92
commit 3f5b58762a

View file

@ -135,11 +135,14 @@ FrameMain::FrameMain (wxArrayString args)
splash->Show(true);
splash->Update();
}
else {
else
#endif
{
#if !_DEBUG
// Show tip of the day
TipOfTheDay::Show(this);
}
#endif
}
wxSafeYield();
// Set autosave timer