]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/_misc.py
fixed the problem in 2 last commits
[wxWidgets.git] / wxPython / src / mac / _misc.py
index 55eaa292c3fa1eada5957f20de80d6ab058965cb..dcc269f9a9f9ce61cdc1d7f330666e6b3ed8151a 100644 (file)
@@ -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)