]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/FileHistory.py
apparently the check for too small rect is needed not only with wxNB_MULTILINE (see...
[wxWidgets.git] / wxPython / demo / FileHistory.py
index 7a0dc4962f681fdab28430ee62dfab143f7f0319..ff650b71d31516f4bf37f5064b86fc31f38719e6 100644 (file)
@@ -1,7 +1,3 @@
-# 11/17/2003 - Jeff Grimmett (grimmtooth@softhome.net)
-#
-# o Updated for wx namespace
-# 
 
 import  os
 import  wx
@@ -143,5 +139,5 @@ associated menu.
 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:])