]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/ImageAlpha.py
Typos
[wxWidgets.git] / wxPython / demo / ImageAlpha.py
index 28f44b26aaf7342c6672a0f3082db17225a98b5c..7360fe394e5de20eb123e36f13cadee7b43d8fc6 100644 (file)
@@ -25,7 +25,7 @@ class TestPanel(wx.Panel):
                     (25,25))
 
         bmp = wx.Bitmap(opj('bitmaps/toucan.png'))
                     (25,25))
 
         bmp = wx.Bitmap(opj('bitmaps/toucan.png'))
-        if wx.Platform == "__WXGTK__":
+        if "__WXGTK__" in wx.PlatformInfo:
             # try to make up for it a bit...
             bmp.SetMaskColour("black")
             
             # try to make up for it a bit...
             bmp.SetMaskColour("black")
             
@@ -54,7 +54,7 @@ overview = """<html><body>
 <h2><center>Images with Alpha</center></h2>
 
 wxMSW and wxMac now support alpha channels of supported image
 <h2><center>Images with Alpha</center></h2>
 
 wxMSW and wxMac now support alpha channels of supported image
-types, and will properly blend that chennel when drawing a
+types, and will properly blend that channel when drawing a
 bitmap.  It is not supported yet on wxGTK, (if you would like to
 change that please submit a patch!)
 
 bitmap.  It is not supported yet on wxGTK, (if you would like to
 change that please submit a patch!)