X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/299647acac7960652aadb008775429c1f8ea9b8d..cefae4bc3cac29222757afbd605867b34f421af9:/wxPython/demo/IEHtmlWin.py
diff --git a/wxPython/demo/IEHtmlWin.py b/wxPython/demo/IEHtmlWin.py
index 33e5b8c8be..874580dd2b 100644
--- a/wxPython/demo/IEHtmlWin.py
+++ b/wxPython/demo/IEHtmlWin.py
@@ -196,9 +196,9 @@ def runTest(frame, nb, log):
overview = """\
-wxIEHtmlWin
+wx.IEHtmlWin
-The wxIEHtmlWin class is the first example of using a contributed
+The wx.IEHtmlWin class is the first example of using a contributed
wxActiveX class in wxWindows C++. It is still experimental, but
I think it is useful.
@@ -214,7 +214,7 @@ events and etc. as would be expected from any other wx window.
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:])
#----------------------------------------------------------------------