зеркало из https://github.com/mozilla/gecko-dev.git
Due to recent changes to the splash screen, I now desire to see it on startup
This commit is contained in:
Родитель
4afa71449a
Коммит
cb61848477
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче