X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/712d087f0c32c2599ed8ae930d5665962688c8fb..6cab4fcac7fe26d9ae5a1d29066e0893d689bb38:/include/wx/fontdlg.h diff --git a/include/wx/fontdlg.h b/include/wx/fontdlg.h index 8a90823726..5a2dca1195 100644 --- a/include/wx/fontdlg.h +++ b/include/wx/fontdlg.h @@ -99,7 +99,7 @@ inline bool wxFontDialogBase::Create(wxWindow *parent, const wxFontData *data) #elif defined(__WXPM__) #include "wx/os2/fontdlg.h" #elif defined(__WXMAC__) - #include "wx/mac/fontdlg.h" + #include "wx/osx/fontdlg.h" #endif // ---------------------------------------------------------------------------- @@ -108,7 +108,7 @@ inline bool wxFontDialogBase::Create(wxWindow *parent, const wxFontData *data) // get the font from user and return it, returns wxNullFont if the dialog was // cancelled -WXDLLIMPEXP_CORE wxFont wxGetFontFromUser(wxWindow *parent = (wxWindow *)NULL, +WXDLLIMPEXP_CORE wxFont wxGetFontFromUser(wxWindow *parent = NULL, const wxFont& fontInit = wxNullFont, const wxString& caption = wxEmptyString);