]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/bmpbuttn.mm
docopydocs is not needed for this script.
[wxWidgets.git] / src / cocoa / bmpbuttn.mm
index 63252c28f41f144ee6c7c802ad059501806fe992..ad28820435ca5ea350749824166e4eba31c4b9bb 100644 (file)
@@ -1,17 +1,19 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        cocoa/bmpbuttn.mm
+// Name:        src/cocoa/bmpbuttn.mm
 // Purpose:     wxBitmapButton
 // Author:      David Elliott
 // Modified by:
 // Created:     2003/03/16
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) 2003 David Elliott
-// Licence:    wxWidgets licence
+// Licence:     wxWidgets licence
 /////////////////////////////////////////////////////////////////////////////
 
 #include "wx/wxprec.h"
+
+#if wxUSE_BMPBUTTON
+
 #ifndef WX_PRECOMP
-    #include "wx/defs.h"
     #include "wx/bmpbuttn.h"
     #include "wx/log.h"
 #endif
@@ -66,3 +68,4 @@ void wxBitmapButton::Cocoa_wxNSButtonAction(void)
     Command(event);
 }
 
+#endif