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

This commit is contained in:
blythe 1998-06-02 21:24:20 +00:00
Родитель 4afa71449a
Коммит cb61848477
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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();