]> git.saurik.com Git - wxWidgets.git/commitdiff
updated comment
authorRobin Dunn <robin@alldunn.com>
Fri, 17 Mar 2006 00:54:51 +0000 (00:54 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 17 Mar 2006 00:54:51 +0000 (00:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/pyfragments.swg

index e3394d8c29e1107545ac9da10b726d08555745af..e3c7d9fe4b774d322e854f82a082da4c16fe639b 100644 (file)
@@ -4,9 +4,10 @@
 
 // The standard t_output_helper has been changed to return a list rather than
 // a tuple, we'll replace it with the old implementation here.  In SWIG 1.3.27
 
 // The standard t_output_helper has been changed to return a list rather than
 // a tuple, we'll replace it with the old implementation here.  In SWIG 1.3.27
-// and earlier it is implemented as a $fragment, so it is only inserted in to
-// the modules that need it.  For SWIG 1.3.28 we just need to add a -D on the
-// compile command line to turn on this version of the AppendOuput function.
+// and earlier it is implemented as a $fragment, so it is only inserted into
+// the modules that need it.  For SWIG 1.3.28+ we just need to add a -D on the
+// compile command line to turn on the tuple version of the AppendOuput
+// function.
 #if SWIG_VERSION < 0x010328
 %fragment("t_output_helper","header")
 %{
 #if SWIG_VERSION < 0x010328
 %fragment("t_output_helper","header")
 %{