]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_about.i
fixed deadlock when calling wxPostEvent() from worker thread
[wxWidgets.git] / wxPython / src / _about.i
index 76c7c874aa4b6d7da9ca62f14a7dee0d317655c7..4e18d41dd8decd1d399c3140b4883ba46997b219 100644 (file)
 
 
 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