bool wxGenericFontDialog::DoCreate(wxWindow *parent)
{
-#ifdef __WXMAC__
if ( !wxDialog::Create( parent , -1 , _T("Choose Font") , wxDefaultPosition, wxDefaultSize, wxDEFAULT_DIALOG_STYLE,
_T("fontdialog") ) )
{
wxFAIL_MSG( wxT("wxFontDialog creation failed") );
return FALSE;
}
-#endif
+
InitializeFont();
CreateWidgets();