From 3352145758d8f6b471a2b7dbffd82b8c0aecf95e Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 16 Feb 2009 10:29:58 +0000 Subject: [PATCH] fixing typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/graphics.h b/include/wx/graphics.h index 4d94b75300..3be5731140 100644 --- a/include/wx/graphics.h +++ b/include/wx/graphics.h @@ -417,7 +417,7 @@ public: // all rendering is done into a fully transparent temporary context virtual void BeginLayer(wxDouble opacity) = 0; - // composites back the drawings into the content with the opacity given at + // composites back the drawings into the context with the opacity given at // the BeginLayer call virtual void EndLayer() = 0; -- 2.50.0