diff --git a/core/bitmaps/splash.bmp b/core/bitmaps/splash.bmp index 471d4303c..fdcc87ea2 100644 Binary files a/core/bitmaps/splash.bmp and b/core/bitmaps/splash.bmp differ diff --git a/core/frame_main.cpp b/core/frame_main.cpp index 3661c3426..dbaaba977 100644 --- a/core/frame_main.cpp +++ b/core/frame_main.cpp @@ -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