X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/42e88ddb611d43fe79e1d0c17a764b0848322f1d..c65650d7b5472d00da0a0516ff1a2ccf53746319:/docs/latex/wx/tchanges.tex diff --git a/docs/latex/wx/tchanges.tex b/docs/latex/wx/tchanges.tex index c7246c6fec..38e812cbe7 100644 --- a/docs/latex/wx/tchanges.tex +++ b/docs/latex/wx/tchanges.tex @@ -112,17 +112,17 @@ sizer->Add(win); \subsubsection{Massive wxURL Rewrite}\label{wxurlrewrite} -wxURL has undergone some radical changes. +\helpref{wxURL}{wxurl} has undergone some radical changes. \begin{itemize}\itemsep=0pt -\item Many accessors of wxURL - GetHostName, GetProtocolName, and GetPath, - have been replaced by its parent's (wxURI) counterparts - GetServer, - GetScheme, and GetPath, respectively. +\item Many accessors of \helpref{wxURL}{wxurl} - GetHostName, GetProtocolName, and GetPath, + have been replaced by its parent's (\helpref{wxURI}{wxuri}) counterparts - \helpref{GetServer}{wxurigetserver}, + \helpref{GetScheme}{wxurigetscheme}, and \helpref{GetPath}{wxurigetpath}, respectively. -\item ConvertToValidURI has been replaced by wxURI. Do not use +\item ConvertToValidURI has been replaced by \helpref{wxURI}{wxuri}. Do not use ConvertToValidURI for future applications. -\item ConvertFromURI has been replaced by wxURI::Unescape. +\item ConvertFromURI has been replaced by \helpref{wxURI::Unescape}{wxuriunescape}. \end{itemize}