]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/StaticBitmap.py
Add --with-sdl to the build doc and RPM spec
[wxWidgets.git] / wxPython / demo / StaticBitmap.py
index e6492edc15b157f51e3c74f07e9e253b7c221fb4..7bec8cd74cccdd8d09dd3e66c5cd723cbeb81ae1 100644 (file)
@@ -44,4 +44,4 @@ A bitmap can be derived from most image formats using the wx.Image class.
 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:])