]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/gdicmn.cpp
dynamic event types actually work with these changes, also corrected more
[wxWidgets.git] / src / common / gdicmn.cpp
index d9431063ef60c6393de70c75ce627130f8c57b8a..a9481d6f49b51fd8269cecfcc98153f916ae6353 100644 (file)
@@ -381,7 +381,7 @@ void wxInitializeStockObjects ()
 #else
 #endif
 */
 #else
 #endif
 */
-#if defined(__WXPM__)
+#if defined(__WXPM__) || defined(__WXMAC__)
   static const int sizeFont = 12;
   wxNORMAL_FONT = new wxFont (sizeFont, wxMODERN, wxNORMAL, wxNORMAL);
 #else
   static const int sizeFont = 12;
   wxNORMAL_FONT = new wxFont (sizeFont, wxMODERN, wxNORMAL, wxNORMAL);
 #else