X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e27edecac9701ceeaf394e3352d8ab4ae4efdff..4e878f44abee3e03cf981772e9c623f0c16408c9:/interface/wx/fontpicker.h diff --git a/interface/wx/fontpicker.h b/interface/wx/fontpicker.h index defa80b439..33497c5bf1 100644 --- a/interface/wx/fontpicker.h +++ b/interface/wx/fontpicker.h @@ -59,7 +59,7 @@ public: const wxSize& size = wxDefaultSize, long style = wxFNTP_DEFAULT_STYLE, const wxValidator& validator = wxDefaultValidator, - const wxString& name = "fontpickerctrl"); + const wxString& name = wxFontPickerCtrlNameStr); /** Creates this widget with given parameters. @@ -113,7 +113,7 @@ public: (see wxFNTP_USE_TEXTCTRL), it's a good idea to put a limit to the maximum font size when huge fonts do not make much sense. */ - void SetMaxPointSize(unsigned int) const; + void SetMaxPointSize(unsigned int max); /** Sets the currently selected font.