X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b881fc787d2823bdd8a415080b82feee90804a17..72b1ad5c2e42a19e24460c196b47ea54e34d8c2c:/wxPython/wx/lib/ClickableHtmlWindow.py?ds=inline

diff --git a/wxPython/wx/lib/ClickableHtmlWindow.py b/wxPython/wx/lib/ClickableHtmlWindow.py
index edc7188c72..51c812630e 100644
--- a/wxPython/wx/lib/ClickableHtmlWindow.py
+++ b/wxPython/wx/lib/ClickableHtmlWindow.py
@@ -2,6 +2,11 @@
 #
 # o Updated for wx namespace. Not tested though.
 #
+# 12/17/2003 - Jeff Grimmett (grimmtooth@softhome.net)
+#
+# o Removed wx prefix from class name, 
+#   updated reverse renamer
+#
 
 """
 sorry no documentation...
@@ -12,7 +17,7 @@ Christopher J. Fama
 import  wx
 import  wx.html as  html
 
-class wxPyClickableHtmlWindow(html.HtmlWindow):
+class PyClickableHtmlWindow(html.HtmlWindow):
     """
     Class for a wxHtmlWindow which responds to clicks on links by opening a
     browser pointed at that link, and to shift-clicks by copying the link