X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/356c775fcfeec51bf759e6dba1485793fe6f3636..e152afc3d45b72468b14ba15ab6badc19c735a70:/include/wx/fontdlg.h?ds=sidebyside diff --git a/include/wx/fontdlg.h b/include/wx/fontdlg.h index e0d5c8209f..480e5dcb9d 100644 --- a/include/wx/fontdlg.h +++ b/include/wx/fontdlg.h @@ -86,8 +86,10 @@ protected: #define wxFontDialog wxGenericFontDialog #elif defined(__WXMSW__) #include "wx/msw/fontdlg.h" -#elif defined(__WXGTK__) +#elif defined(__WXGTK20__) #include "wx/gtk/fontdlg.h" +#elif defined(__WXGTK__) + #include "wx/gtk1/fontdlg.h" #elif defined(__WXPM__) #include "wx/os2/fontdlg.h" #elif defined(__WXMAC__) @@ -102,7 +104,7 @@ protected: // cancelled wxFont WXDLLEXPORT wxGetFontFromUser(wxWindow *parent = (wxWindow *)NULL, - const wxFont& fontInit = wxNullFont); + const wxFont& fontInit = wxNullFont, const wxString& caption = wxEmptyString); #endif // wxUSE_FONTDLG