]> git.saurik.com Git - wxWidgets.git/commitdiff
Docstring fix
authorRobin Dunn <robin@alldunn.com>
Mon, 17 May 2004 19:17:41 +0000 (19:17 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 17 May 2004 19:17:41 +0000 (19:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/contrib/xrc/xrc.i

index af3ca653f60cee78dd9da10f45a249ad81dab3cd..e2615c7d0e718b5278f64d58c26a6243a83f7df7 100644 (file)
@@ -12,7 +12,7 @@
 
 %define DOCSTRING
 "The `XmlResource` class allows program resources defining menus, layout of
 
 %define DOCSTRING
 "The `XmlResource` class allows program resources defining menus, layout of
-controls on a panel, etc."
+controls on a panel, etc. to be loaded from an XML file."
 %enddef
 %module(docstring=DOCSTRING) xrc
 
 %enddef
 %module(docstring=DOCSTRING) xrc