X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e5e66a2de071b5add9c22b9e0bdb6e990484dee6..2421eb827857325ff4886131c337391365986d6b:/wxPython/src/_sizers.i?ds=sidebyside 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