]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/statbmp.h
we need our own imaglist implementation because in wxmac wxIcon does not inherit...
[wxWidgets.git] / include / wx / motif / statbmp.h
index 8250e3c1ae3ad9e665563984a894fa92e8accdec..46816a2addd55fa071ebb3b04e67938ecc0c038e 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     17/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_STATBMP_H_
@@ -48,7 +48,7 @@ public:
     
     virtual bool ProcessCommand(wxCommandEvent& WXUNUSED(event))
     {
-        return FALSE;
+        return false;
     }
     
     wxBitmap GetBitmap() const { return m_messageBitmap; }