From: Vadim Zeitlin Date: Thu, 28 Jun 2007 01:57:02 +0000 (+0000) Subject: corrected some links X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7ffc857fb257b911aa75dd7bf61d0541bd697935?ds=sidebyside corrected some links git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/category.tex b/docs/latex/wx/category.tex index 5607a41c74..65cbdb312d 100644 --- a/docs/latex/wx/category.tex +++ b/docs/latex/wx/category.tex @@ -387,7 +387,8 @@ Please see the \helpref{wxLog overview}{wxlogoverview} for more details. \twocolitem{\helpref{wxLogGui}{wxloggui}}{Default log target for GUI programs} \twocolitem{\helpref{wxLogNull}{wxlognull}}{Temporarily suppress message logging} \twocolitem{\helpref{wxLogChain}{wxlogchain}}{Allows to chain two log targets} -\twocolitem{\helpref{wxLogPassThrough}{wxlogpassthrough}}{Allows to filter the log messages} +\twocolitem{\helpref{wxLogInterposer}{wxloginterposer}}{Allows to filter the log messages} +\twocolitem{\helpref{wxLogInterposerTemp}{wxloginterposertemp}}{Allows to filter the log messages} \twocolitem{\helpref{wxStreamToTextRedirector}{wxstreamtotextredirector}}{Allows to redirect output sent to {\tt cout} to a \helpref{wxTextCtrl}{wxtextctrl}} \twocolitem{\helpref{Log functions}{logfunctions}}{Error and warning logging functions} diff --git a/docs/latex/wx/dataviewctrl.tex b/docs/latex/wx/dataviewctrl.tex index cf373d73cf..4afa95f5df 100644 --- a/docs/latex/wx/dataviewctrl.tex +++ b/docs/latex/wx/dataviewctrl.tex @@ -61,7 +61,7 @@ macros to direct input to member functions that take a \end{twocollist} Additionally, you can get informed about changes to the -\helpref{model}{wxDataViewListModel}, to which a wxDataViewCtrl +\helpref{model}{wxdataviewlistmodel}, to which a wxDataViewCtrl has been associated. These events correspond to the interface offered by \helpref{wxDataViewListModelNotifier}{wxdataviewlistmodelnotifier}.