From d147c72424d12a1328661bef3cc67373e2758163 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 30 Dec 2003 01:45:17 +0000 Subject: [PATCH] Make sure the comment is output in the pythoncode git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_sizers.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/_sizers.i b/wxPython/src/_sizers.i index 9b4db7b3f9..b4da96010a 100644 --- a/wxPython/src/_sizers.i +++ b/wxPython/src/_sizers.i @@ -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 -- 2.50.0