X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/870b7ef0e556585dba96f95bec59c329dfe92727..32485259c1342115488d219776dfebeb3d4d81b1:/wxPython/src/_cmndlgs.i diff --git a/wxPython/src/_cmndlgs.i b/wxPython/src/_cmndlgs.i index dad5c822ec..f7ea72c2cb 100644 --- a/wxPython/src/_cmndlgs.i +++ b/wxPython/src/_cmndlgs.i @@ -354,7 +354,7 @@ public: long style = wxCHOICEDLG_STYLE, const wxPoint& pos = wxDefaultPosition), "__init__(self, Window parent, String message, String caption, - List choices=None, long style=CHOICEDLG_STYLE, + List choices=EmptyList, long style=CHOICEDLG_STYLE, Point pos=DefaultPosition) -> MultiChoiceDialog", "Constructor. Use the `ShowModal` method to show the dialog. @@ -402,7 +402,7 @@ public: DocAStr(wxSingleChoiceDialog, "__init__(Window parent, String message, String caption, - List choices=[], long style=CHOICEDLG_STYLE, + List choices=EmptyList, long style=CHOICEDLG_STYLE, Point pos=DefaultPosition) -> SingleChoiceDialog", "Constructor. Use ShowModal method to show the dialog.", "");