]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/button.mm
Don't check with CanSetTransparent from within SetTransparent if the former is suppos...
[wxWidgets.git] / src / cocoa / button.mm
index a00ff71329d1f3302496a014d99f4159edb01e03..0485809e1b84be2204cce2809a73cfbd24c82de5 100644 (file)
@@ -1,18 +1,19 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        cocoa/button.mm
+// Name:        src/cocoa/button.mm
 // Purpose:     wxButton
 // Author:      David Elliott
 // Modified by:
 // Created:     2002/12/30
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) 2002 David Elliott
-// Licence:    wxWidgets licence
+// Licence:     wxWidgets licence
 /////////////////////////////////////////////////////////////////////////////
 
 #include "wx/wxprec.h"
+
+#include "wx/button.h"
+
 #ifndef WX_PRECOMP
-    #include "wx/defs.h"
-    #include "wx/button.h"
     #include "wx/log.h"
 #endif
 
@@ -108,4 +109,3 @@ wxSize wxButtonBase::GetDefaultSize()
     // Apple HIG says OK/Cancel buttons have default width of 68.
     return wxSize(68,(int)ceil(cocoaRect.size.height));
 }
-