X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34a544a635f3bac9320e6eb41aaaa5a5e8d1f5a4..25b3661bd4cb44304418b93c0dee1d0dfb99765c:/wxPython/demo/ShapedWindow.py?ds=sidebyside diff --git a/wxPython/demo/ShapedWindow.py b/wxPython/demo/ShapedWindow.py index 26361a7d12..19638f342d 100644 --- a/wxPython/demo/ShapedWindow.py +++ b/wxPython/demo/ShapedWindow.py @@ -25,7 +25,7 @@ class TestFrame(wx.Frame): self.Bind(wx.EVT_RIGHT_UP, self.OnExit) self.Bind(wx.EVT_PAINT, self.OnPaint) - self.bmp = images.getTuxBitmap() + self.bmp = images.getVippiBitmap() w, h = self.bmp.GetWidth(), self.bmp.GetHeight() self.SetClientSize( (w, h) )