X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/70373b5a57223350e0fcc4968920f81463dc6125..001828ed69cd0fd34231bf1c52a6ede3933bf25d:/docs/latex/wx/tipprov.tex

diff --git a/docs/latex/wx/tipprov.tex b/docs/latex/wx/tipprov.tex
index acee3937d9..50eae53af6 100644
--- a/docs/latex/wx/tipprov.tex
+++ b/docs/latex/wx/tipprov.tex
@@ -17,6 +17,10 @@ None.
 
 <wx/tipdlg.h>
 
+\wxheading{Library}
+
+\helpref{wxAdv}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{Startup tips overview}{tipsoverview}, \helpref{::wxShowTip}{wxshowtip}
@@ -39,7 +43,8 @@ Return the text of the current tip and pass to the next one. This function is
 pure virtual, it should be implemented in the derived classes.
 
 \membersection{wxTipProvider::PreprocessTip}\label{wxtipproviderpreprocesstip}
-\funct{virtual wxString}{PreProcessTip}{\param{const wxString\&} {tip}}
+
+\func{virtual wxString}{PreProcessTip}{\param{const wxString\&}{tip}}
 
 Returns a modified tip. This function will be called immediately after read,
 and before being check whether it is a comment, an empty string or a string 
@@ -59,3 +64,4 @@ The program usually remembers the value returned by this function after calling
 \helpref{wxShowTip}{wxshowtip}. Note that it is not the same as the value which
 was passed to wxShowTip $+ 1$ because the user might have pressed the "Next"
 button in the tip dialog.
+