corrected some links

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-06-28 01:57:02 +00:00
parent 30519b021a
commit 7ffc857fb2
2 changed files with 3 additions and 2 deletions

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

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