From 37f9912de423f0b41e51f0e93a68303fc5396a12 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 21 Feb 2004 02:17:23 +0000 Subject: [PATCH] Fix compile error on wxMac git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_cmndlgs.i | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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); -- 2.49.0