X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/994f04a3f2d9fbd1a3f4568c49bd9c61d590586f..69f82505ec2cddcd3ecd8d8bed6af0bc3056e576:/src/generic/fontdlgg.cpp diff --git a/src/generic/fontdlgg.cpp b/src/generic/fontdlgg.cpp index 2fc244125e..12125d5c16 100644 --- a/src/generic/fontdlgg.cpp +++ b/src/generic/fontdlgg.cpp @@ -284,9 +284,9 @@ bool wxGenericFontDialog::DoCreate(wxWindow *parent) { parent = GetParentForModalDialog(parent); - 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;