]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix compile error on wxMac
authorRobin Dunn <robin@alldunn.com>
Sat, 21 Feb 2004 02:17:23 +0000 (02:17 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 21 Feb 2004 02:17:23 +0000 (02:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_cmndlgs.i

index 37ad2414aa32466d4cb56165767ac2a7c20aa69f..13cd13edd6c9a952d2e25911e19bb37ca8ab2305 100644 (file)
@@ -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);