]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/ShapedWindow.py
Another package name fix
[wxWidgets.git] / wxPython / demo / ShapedWindow.py
index 26361a7d12b80e0de3d62c5adba0cfd9c48c3ed4..19638f342d5b341e3884850954201b59e922c88c 100644 (file)
@@ -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) )