]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/pen.mm
Translate '&Help' to '&' for italian Windows only
[wxWidgets.git] / src / cocoa / pen.mm
index 21c5865c3b9272862dc8b74b9418e64f4b4db38d..2ab4e00e2867148852e21ab4b69d627611a323fb 100644 (file)
@@ -6,11 +6,13 @@
 // Created:     2003/08/02
 // RCS-ID:      $Id$
 // Copyright:   (c) 2003 David Elliott
-// Licence:    wxWindows licence
+// Licence:    wxWidgets licence
 /////////////////////////////////////////////////////////////////////////////
 
-#include "wx/setup.h"
-#include "wx/pen.h"
+#include "wx/wxprec.h"
+#ifndef WX_PRECOMP
+    #include "wx/pen.h"
+#endif //WX_PRECOMP
 #include "wx/bitmap.h"
 #include "wx/colour.h"