X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b39fe9514578dc76bd595e243e88e412be70bb61..d65fd4e93f26ba45540ea15d16a3cbfdc78df23e:/wxPython/src/mac/_misc.py diff --git a/wxPython/src/mac/_misc.py b/wxPython/src/mac/_misc.py index 55eaa292c3..dcc269f9a9 100644 --- a/wxPython/src/mac/_misc.py +++ b/wxPython/src/mac/_misc.py @@ -6631,8 +6631,8 @@ def AboutBox(*args, **kwargs): This function shows the standard about dialog containing the information specified in ``info``. If the current platform has a native about dialog which is capable of showing all the fields in - ``info``, the native dialog is used, otherwise the function falls back - to the generic wxWidgets version of the dialog. + `wx.AboutDialogInfo`, the native dialog is used, otherwise the + function falls back to the generic wxWidgets version of the dialog. """ return _misc_.AboutBox(*args, **kwargs)