]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected some links
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Jun 2007 01:57:02 +0000 (01:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Jun 2007 01:57:02 +0000 (01:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/category.tex
docs/latex/wx/dataviewctrl.tex

index 5607a41c741d08b25f7544a5d103c722742dbb07..65cbdb312d801d6ca1e899cf040d67f2a052a175 100644 (file)
@@ -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}
index cf373d73cf4d622f0ce6565ee5b1dd32b3af547a..4afa95f5df5218ca2107dc96fb2e91359e872244 100644 (file)
@@ -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}.