Updated splash screen

Originally committed to SVN as r624.
This commit is contained in:
Rodrigo Braz Monteiro 2006-12-26 03:57:24 +00:00
parent e4825d4067
commit be8ebd8faa
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 85 KiB

View File

@ -96,7 +96,7 @@ FrameMain::FrameMain (wxArrayString args)
Show();
// Splash screen
//#ifndef _DEBUG
#ifndef _DEBUG
if (Options.AsBool(_T("Show Splash"))) {
SplashScreen *splash = new SplashScreen(this);
splash->Show(true);
@ -106,7 +106,7 @@ FrameMain::FrameMain (wxArrayString args)
// Show tip of the day
TipOfTheDay::Show(this);
}
//#endif
#endif
wxSafeYield();
// Set autosave timer