diff --git a/wxPython/demo/ImageAlpha.py b/wxPython/demo/ImageAlpha.py index cec268ce6e..cf1a7a2fd6 100644 --- a/wxPython/demo/ImageAlpha.py +++ b/wxPython/demo/ImageAlpha.py @@ -21,7 +21,7 @@ class TestPanel(wx.Panel): dc.Clear() dc.SetFont(wx.Font(16, wx.SWISS, wx.NORMAL, wx.BOLD, True)) - dc.DrawText("Bitmap alpha blending (on wxMSW and wxGTK)", + dc.DrawText("Bitmap alpha blending (on wxMSW and wxMac)", (25,25)) bmp = wx.Bitmap(opj('bitmaps/toucan.png')) @@ -49,7 +49,7 @@ def runTest(frame, nb, log): overview = """