]> git.saurik.com Git - wxWidgets.git/commitdiff
docstring
authorRobin Dunn <robin@alldunn.com>
Wed, 18 Oct 2006 23:49:22 +0000 (23:49 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 18 Oct 2006 23:49:22 +0000 (23:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_about.i

index cad8b1619a859e24ddb5295a976f33497b238777..76c7c874aa4b6d7da9ca62f14a7dee0d317655c7 100644 (file)
@@ -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);