// Author: David Webster
// Modified by:
// Created: 11/27/99
-// RCS-ID: $Id$
// Copyright: (c) David Webster
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
bool wxStaticBitmap::ImageIsOk() const
{
- return(m_pImage && m_pImage->Ok());
+ return(m_pImage && m_pImage->IsOk());
}
void wxStaticBitmap::Free()