// Created: 17/09/98
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_STATBMP_H_
virtual bool ProcessCommand(wxCommandEvent& WXUNUSED(event))
{
- return FALSE;
+ return false;
}
wxBitmap GetBitmap() const { return m_messageBitmap; }