From 6a8fa617f1c2d7b4a324425be16d5af7293ed97d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 15 Mar 2004 22:57:03 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26222 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/ImageAlpha.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/demo/ImageAlpha.py b/wxPython/demo/ImageAlpha.py index bdce68fb8e..7360fe394e 100644 --- a/wxPython/demo/ImageAlpha.py +++ b/wxPython/demo/ImageAlpha.py @@ -54,7 +54,7 @@ overview = """

Images with Alpha

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!) -- 2.45.2