From: Vadim Zeitlin Date: Thu, 24 May 2007 10:56:31 +0000 (+0000) Subject: s/wxStaticIcon/wxStaticBitmap/g (bug 1724527) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/87b66c2838ae5cf613460efb54a5013f6abb817b s/wxStaticIcon/wxStaticBitmap/g (bug 1724527) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/statbmp.tex b/docs/latex/wx/statbmp.tex index 33afe1c15e..957824513c 100644 --- a/docs/latex/wx/statbmp.tex +++ b/docs/latex/wx/statbmp.tex @@ -89,7 +89,7 @@ be called even if \helpref{SetIcon}{wxstaticbitmapseticon} had been used. \helpref{wxStaticBitmap::SetBitmap}{wxstaticbitmapsetbitmap} -\membersection{wxStaticIcon::GetIcon}\label{wxstaticbitmapgeticon} +\membersection{wxStaticBitmap::GetIcon}\label{wxstaticbitmapgeticon} \constfunc{wxIcon}{GetIcon}{\void} @@ -100,7 +100,7 @@ can't be retrieved from the control if a bitmap had been set (using \wxheading{See also} -\helpref{wxStaticIcon::SetIcon}{wxstaticbitmapseticon} +\helpref{wxStaticBitmap::SetIcon}{wxstaticbitmapseticon} \membersection{wxStaticBitmap::SetBitmap}\label{wxstaticbitmapsetbitmap} @@ -118,7 +118,7 @@ Sets the bitmap label. \helpref{wxStaticBitmap::GetBitmap}{wxstaticbitmapgetbitmap} -\membersection{wxStaticIcon::SetIcon}\label{wxstaticbitmapseticon} +\membersection{wxStaticBitmap::SetIcon}\label{wxstaticbitmapseticon} \func{virtual void}{SetIcon}{\param{const wxIcon\& }{ label}} @@ -130,5 +130,5 @@ Sets the label to the given icon. \wxheading{See also} -\helpref{wxStaticIcon::GetIcon}{wxstaticbitmapgeticon} +\helpref{wxStaticBitmap::GetIcon}{wxstaticbitmapgeticon}