From: Robin Dunn Date: Sat, 21 Feb 2004 02:17:23 +0000 (+0000) Subject: Fix compile error on wxMac X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/37f9912de423f0b41e51f0e93a68303fc5396a12 Fix compile error on wxMac git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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);