X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f541d8293a16153070587cbd0c48795d717f002a..6caa0f5cd18fe9fb39c207d5f31fa5633479a822:/wxPython/src/_about.i diff --git a/wxPython/src/_about.i b/wxPython/src/_about.i index cad8b1619a..4e18d41dd8 100644 --- a/wxPython/src/_about.i +++ b/wxPython/src/_about.i @@ -21,11 +21,11 @@ DocStr(wxAboutDialogInfo, -"`wx.AboutDialogInfo contains information shown in the standard About -dialog displayed by the `wx.AboutBox` function. This class contains -the general information about the program, such as its name, version, -copyright and so on, as well as lists of the program developers, -documentation writers, artists and translators. +"`wx.AboutDialogInfo` contains information to be shown in the standard +About dialog displayed by the `wx.AboutBox` function. This class +contains the general information about the program, such as its name, +version, copyright and so on, as well as lists of the program +developers, documentation writers, artists and translators. While all the main platforms have a native implementation of the about dialog, they are often more limited than the generic version provided @@ -293,8 +293,8 @@ DocStr(wxAboutBox, "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.", ""); void wxAboutBox(const wxAboutDialogInfo& info);