]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
SIGged updates for wxMac
[wxWidgets.git] / wxPython / demo / Main.py
index 8e630857eff261203560c83477588429d26853af..4bda0df3c8875c5db27de907efdc3cb6eb73c26b 100644 (file)
@@ -13,7 +13,6 @@
 
 import sys, os, time, string
 from   wxPython.wx import *
-from   wxPython.lib.splashscreen import SplashScreen
 from   wxPython.html import wxHtmlWindow
 
 import images
@@ -23,6 +22,7 @@ import images
 
 _treeList = [
     ('New since last release', ['wxGenericDirCtrl',
+                                'wxImageFromStream',
                                 ]),
 
     ('Windows', ['wxFrame', 'wxDialog', 'wxMiniFrame',
@@ -482,7 +482,7 @@ class MySplashScreen(wxSplashScreen):
         frame = wxPythonDemo(None, -1, "wxPython: (A Demonstration)")
         frame.Show(true)
         self.ShowTip(frame)
-        evt.Skip()
+        self.Destroy()
 
     def ShowTip(self, frame):
         try: