]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/fontdlgg.cpp
Reverted previous 'fixes' now that the array bug has been cured
[wxWidgets.git] / src / generic / fontdlgg.cpp
index 1e5ecf63dd53f751fb9fd81dcba70fa31c658f12..359424e7ece911d8bfc43c58f2b268be3d765e64 100644 (file)
@@ -181,14 +181,13 @@ void wxGenericFontDialog::OnCloseWindow(wxCloseEvent& WXUNUSED(event))
 
 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();