X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95bfd958bda8955ac81277c78e5627c926154f39..fae803f27be8ae1c4fe8f8775b333cc0fc80bdee:/wxPython/demo/Editor.py?ds=inline

diff --git a/wxPython/demo/Editor.py b/wxPython/demo/Editor.py
index 1a3b508c19..114f2f00b4 100644
--- a/wxPython/demo/Editor.py
+++ b/wxPython/demo/Editor.py
@@ -65,5 +65,5 @@ SetAltFuncs() method.
 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:])