]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/statbox.h
Added __WXMAC_OSX__ guards around the CFRunLoop calls, CFRunLoop not available on...
[wxWidgets.git] / include / wx / motif / statbox.h
index 40c8aa0dd8aaa9b7b6e4a91687451fe138bdd780..c26d7ba69dc3010c4d76057b2973299d85c1d4fa 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_STATBOX_H_
@@ -44,7 +44,7 @@ public:
     
     virtual bool ProcessCommand(wxCommandEvent& WXUNUSED(event))
     {
-        return FALSE;
+        return false;
     }
 
     virtual WXWidget GetLabelWidget() const { return m_labelWidget; }