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}.