X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c5ae2d2a6f716e8a89b27579026b9d085f84191..a341e32e10a9d3110014c93063b2198255c8df55:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 8e630857ef..4bda0df3c8 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -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: