From: Robin Dunn <robin@alldunn.com>
Date: Thu, 15 Mar 2001 00:35:30 +0000 (+0000)
Subject: enhanced a comment ;-)
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e87269a7a525bcd16b54544d8cc33624d04425df

enhanced a comment ;-)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py
index 7379e4db9f..8c7b09d699 100644
--- a/wxPython/demo/Main.py
+++ b/wxPython/demo/Main.py
@@ -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")