X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e5868095fefab5251c629bc53e4b2064d1d627bc..52f52ebc4e0be6a9899d328b08db9eb14629d219:/wxPython/src/_cmndlgs.i diff --git a/wxPython/src/_cmndlgs.i b/wxPython/src/_cmndlgs.i index 37ad2414aa..13cd13edd6 100644 --- a/wxPython/src/_cmndlgs.i +++ b/wxPython/src/_cmndlgs.i @@ -503,12 +503,10 @@ DocStr(wxFontDialog, class wxFontDialog : public wxDialog { public: %pythonAppend wxFontDialog "self._setOORInfo(self)" - %nokwargs wxFontDialog; DocStr(wxFontDialog, - "Constructor. Pass a parent window, and optionally the font data object to be\n" + "Constructor. Pass a parent window and the FontData object to be\n" "used to initialize the dialog controls."); - wxFontDialog(wxWindow* parent); wxFontDialog(wxWindow* parent, const wxFontData& data);