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
This commit is contained in:
Robin Dunn 2003-12-30 01:45:17 +00:00
parent 4e6ab75bf8
commit d147c72424

View 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