From 7261746aaee31b5beb31b5cc3fb4248c505b74d1 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Fri, 16 Dec 2005 00:37:30 +0000 Subject: [PATCH] image.tex: s/set.to/set to function.tex: fix Vadim's label for wxSUPPRESS_GCC_PRIVATE_DTOR_WARNING git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/function.tex | 4 ++-- docs/latex/wx/image.tex | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index 0c2607b303..98e11967dc 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -243,7 +243,7 @@ the corresponding topic. \helpref{wxStringTokenize}{wxstringtokenize}\\ \helpref{wxStripMenuCodes}{wxstripmenucodes}\\ \helpref{wxStrlen}{wxstrlen}\\ -\helpref{wxSUPPRESS\_GCC\_PRIVATE\_DTOR\_WARNING}{wxsuppress\_gcc\_private\_dtor\_warning}\\ +\helpref{wxSUPPRESS\_GCC\_PRIVATE\_DTOR\_WARNING}{wxsuppressgccprivatedtorwarning}\\ \helpref{wxSysErrorCode}{wxsyserrorcode}\\ \helpref{wxSysErrorMsg}{wxsyserrormsg}\\ \helpref{wxT}{wxt}\\ @@ -3178,7 +3178,7 @@ as a keyboard shortkey in Windows and Motif) and $\backslash$t (tab in Windows). -\membersection{wxSUPPRESS\_GCC\_PRIVATE\_DTOR\_WARNING}{wxsuppress\_gcc\_private\_dtor\_warning}\\ +\membersection{wxSUPPRESS\_GCC\_PRIVATE\_DTOR\_WARNING}\label{wxsuppressgccprivatedtorwarning} \func{}{wxSUPPRESS\_GCC\_PRIVATE\_DTOR\_WARNING}{\param{}{name}} diff --git a/docs/latex/wx/image.tex b/docs/latex/wx/image.tex index 181a074db6..bd9b723e0e 100644 --- a/docs/latex/wx/image.tex +++ b/docs/latex/wx/image.tex @@ -1099,7 +1099,7 @@ the function will allocate the alpha array internally -- this is useful to add alpha channel data to an image which doesn't have any. If the pointer is not {\tt NULL}, it must have one byte for each image pixel and be allocated with {\tt malloc()}. wxImage takes ownership of the pointer and will free it unless -\arg{static\_data} parameter is set.to \true -- in this case the caller should +\arg{static\_data} parameter is set to \true -- in this case the caller should do it. \func{void}{SetAlpha}{\param{int }{x}, \param{int }{y}, \param{unsigned char }{alpha}} -- 2.47.2