From: Robin Dunn Date: Tue, 30 Dec 2003 01:45:17 +0000 (+0000) Subject: Make sure the comment is output in the pythoncode X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d147c72424d12a1328661bef3cc67373e2758163 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 --- 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