corrected creation of wxNORMAL_FONT for Mac OS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-01-20 19:35:18 +00:00
parent 3b7e6277be
commit de90d3e084

View File

@@ -381,7 +381,7 @@ void wxInitializeStockObjects ()
#else #else
#endif #endif
*/ */
#if defined(__WXPM__) #if defined(__WXPM__) || defined(__WXMAC__)
static const int sizeFont = 12; static const int sizeFont = 12;
wxNORMAL_FONT = new wxFont (sizeFont, wxMODERN, wxNORMAL, wxNORMAL); wxNORMAL_FONT = new wxFont (sizeFont, wxMODERN, wxNORMAL, wxNORMAL);
#else #else