]> git.saurik.com Git - wxWidgets.git/commitdiff
enhanced a comment ;-)
authorRobin Dunn <robin@alldunn.com>
Thu, 15 Mar 2001 00:35:30 +0000 (00:35 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 15 Mar 2001 00:35:30 +0000 (00:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/Main.py

index 7379e4db9ff74426deb0b5785320e3de28089f17..8c7b09d6997cf5d402cf63b054b715aa52fa8ead 100644 (file)
@@ -172,7 +172,7 @@ class wxPythonDemo(wxFrame):
             self.ovr = wxHtmlWindow(self.nb, -1, size=(400, 400))
             self.nb.AddPage(self.ovr, "Overview")
 
-        else:  # hopefully I can remove this hacky code soon
+        else:  # hopefully I can remove this hacky code soon, see bug #216861
             panel = wxPanel(self.nb, -1)
             self.ovr = wxHtmlWindow(panel, -1, size=(400, 400))
             self.nb.AddPage(panel, "Overview")