mirror of https://github.com/odrling/Aegisub
Updated splash screen
Originally committed to SVN as r624.
This commit is contained in:
parent
e4825d4067
commit
be8ebd8faa
Binary file not shown.
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 85 KiB |
|
@ -96,7 +96,7 @@ FrameMain::FrameMain (wxArrayString args)
|
||||||
Show();
|
Show();
|
||||||
|
|
||||||
// Splash screen
|
// Splash screen
|
||||||
//#ifndef _DEBUG
|
#ifndef _DEBUG
|
||||||
if (Options.AsBool(_T("Show Splash"))) {
|
if (Options.AsBool(_T("Show Splash"))) {
|
||||||
SplashScreen *splash = new SplashScreen(this);
|
SplashScreen *splash = new SplashScreen(this);
|
||||||
splash->Show(true);
|
splash->Show(true);
|
||||||
|
@ -106,7 +106,7 @@ FrameMain::FrameMain (wxArrayString args)
|
||||||
// Show tip of the day
|
// Show tip of the day
|
||||||
TipOfTheDay::Show(this);
|
TipOfTheDay::Show(this);
|
||||||
}
|
}
|
||||||
//#endif
|
#endif
|
||||||
wxSafeYield();
|
wxSafeYield();
|
||||||
|
|
||||||
// Set autosave timer
|
// Set autosave timer
|
||||||
|
|
Loading…
Reference in New Issue