Error if ENDER turned on. inside ifdef

This commit is contained in:
mjudge%netscape.com 1998-08-01 06:09:47 +00:00
Родитель 1911e78830
Коммит f89ab476a8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -187,7 +187,7 @@ BOOL CMainFrame::OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext *pContext)
else
{
m_pToolBarController = new CEnderBar();
if (m_pToolBarController || !m_pToolBarController->Init(this,TRUE))
if (!m_pToolBarController || !m_pToolBarController->Init(this,TRUE))
{
TRACE("Bad ComposeBar");
if (m_pToolBarController)