From a98c006d8d1bd3f27fd6e60f656f5f05ededa1a1 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 8 Aug 2000 08:41:55 +0000 Subject: [PATCH] Minor update git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/image.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/latex/wx/image.tex b/docs/latex/wx/image.tex index 10408ecb18..84f08f2df6 100644 --- a/docs/latex/wx/image.tex +++ b/docs/latex/wx/image.tex @@ -670,7 +670,8 @@ used, which is a number between 0 and 100 (0 is terrible, 100 is very good). \func{void}{SetPalette}{\param{const wxPalette\&}{ palette}} -Associates a palette with the image. Currently, the palette is not used. +Associates a palette with the image. The palette may be used in ConvertToBitmap (MSW only at present) +or in file save operations (none as yet). \membersection{wxImage::SetRGB}\label{wximagesetrgb}