X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/299647acac7960652aadb008775429c1f8ea9b8d..ab1bfcc1a175bc773199c2b64c87e737ad3b9d63:/wxPython/demo/HtmlWindow.py?ds=sidebyside diff --git a/wxPython/demo/HtmlWindow.py b/wxPython/demo/HtmlWindow.py index edfe7027b6..a3321cfbfc 100644 --- a/wxPython/demo/HtmlWindow.py +++ b/wxPython/demo/HtmlWindow.py @@ -1,15 +1,3 @@ -# 11/18/2003 - Jeff Grimmett (grimmtooth@softhome.net) -# -# o Updated for wx namespace -# -# 12/13/2003 - Jeff Grimmett (grimmtooth@softhome.net) -# -# o got the wxpTag stuff working right. -# -# 12/18/2003 - Jeff Grimmett (grimmtooth@softhome.net) -# -# o wxScrolledMessageDialog -> ScrolledMessageDialog -# import os import sys @@ -211,9 +199,9 @@ def runTest(frame, nb, log): overview = """
-wxHtmlWindow is capable of parsing and rendering most +
wx.HtmlWindow is capable of parsing and rendering most simple HTML tags.
It is not intended to be a high-end HTML browser. If you're @@ -228,7 +216,7 @@ wraps the core MSIE HTML viewer. if __name__ == '__main__': import sys,os import run - run.main(['', os.path.basename(sys.argv[0])]) + run.main(['', os.path.basename(sys.argv[0])] + sys.argv[1:])