X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/299647acac7960652aadb008775429c1f8ea9b8d..8179a16812e66ff0ac32bb09803e95756350c76c:/wxPython/demo/IEHtmlWin.py?ds=sidebyside diff --git a/wxPython/demo/IEHtmlWin.py b/wxPython/demo/IEHtmlWin.py index 33e5b8c8be..672e29d755 100644 --- a/wxPython/demo/IEHtmlWin.py +++ b/wxPython/demo/IEHtmlWin.py @@ -2,10 +2,6 @@ # # o Updated for wx namespace # -# 11/28/2003 - Jeff Grimmett (grimmtooth@softhome.net) -# -# o iewin.py is missing -# import wx @@ -187,7 +183,7 @@ def runTest(frame, nb, log): win = TestPanel(nb, log, frame) return win else: - dlg = wx.MessageDialog(frame, 'This demo only works on MSW.', + dlg = wx.MessageDialog(frame, 'This demo only works on Windows.', 'Sorry', wx.OK | wx.ICON_INFORMATION) dlg.ShowModal() dlg.Destroy() @@ -196,9 +192,9 @@ def runTest(frame, nb, log): overview = """\
-