X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/994f04a3f2d9fbd1a3f4568c49bd9c61d590586f..039aec5345396f28083b5e2bdc2d45dbffab6f61:/src/generic/fontdlgg.cpp diff --git a/src/generic/fontdlgg.cpp b/src/generic/fontdlgg.cpp index 2fc244125e..be55ed2c08 100644 --- a/src/generic/fontdlgg.cpp +++ b/src/generic/fontdlgg.cpp @@ -32,7 +32,6 @@ #include "wx/checkbox.h" #include "wx/intl.h" #include "wx/settings.h" - #include "wx/cmndata.h" #include "wx/sizer.h" #endif @@ -282,11 +281,11 @@ void wxGenericFontDialog::OnCloseWindow(wxCloseEvent& WXUNUSED(event)) bool wxGenericFontDialog::DoCreate(wxWindow *parent) { - parent = GetParentForModalDialog(parent); + parent = GetParentForModalDialog(parent, 0); - if ( !wxDialog::Create( parent , wxID_ANY , _T("Choose Font") , + if ( !wxDialog::Create( parent , wxID_ANY , wxT("Choose Font") , wxDefaultPosition, wxDefaultSize, wxDEFAULT_DIALOG_STYLE, - _T("fontdialog") ) ) + wxT("fontdialog") ) ) { wxFAIL_MSG( wxT("wxFontDialog creation failed") ); return false;