]> git.saurik.com Git - wxWidgets.git/commitdiff
Make sure the comment is output in the pythoncode
authorRobin Dunn <robin@alldunn.com>
Tue, 30 Dec 2003 01:45:17 +0000 (01:45 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 30 Dec 2003 01:45:17 +0000 (01:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_sizers.i

index 9b4db7b3f9362e3198b45af645ffbf3065a1fcef..b4da96010a143c71dfc89cd13a4a546eabe874f7 100644 (file)
@@ -274,7 +274,7 @@ public:
                 childinfo = (childinfo, )
             self.Add(*childinfo)
 
-    # for backwards compatibility only, do not use in new code
+    %# for backwards compatibility only, please do not use in new code
     AddWindow = AddSizer = AddSpacer = Add
     PrependWindow = PrependSizer = PrependSpacer = Prepend
     InsertWindow = InsertSizer = InsertSpacer = Insert