Due to recent changes to the splash screen, I now desire to see it on startup

git-svn-id: svn://10.0.0.236/trunk@2952 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blythe 1998-06-02 21:24:20 +00:00
parent c4164898a7
commit 5f74af3312

View File

@ -959,7 +959,7 @@ BOOL CNetscapeApp::InitInstance()
{
// only show splash if not embedded
m_splash.Create(NULL);
#if !defined(DEBUG_chouck) && !defined(DEBUG_blythe) && !defined(DEBUG_warren) && !defined(DEBUG_phil) && !defined(DEBUG_hyatt)
#if !defined(DEBUG_chouck) && !defined(DEBUG_warren) && !defined(DEBUG_phil) && !defined(DEBUG_hyatt)
m_splash.ShowWindow(SW_SHOW);
#endif
m_splash.UpdateWindow();