From: Robert Roebling Date: Fri, 24 Aug 2007 10:54:36 +0000 (+0000) Subject: typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/61cec318da9631b35a2e7c8d58c3b011006724d1 typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/dataviewmodel.tex b/docs/latex/wx/dataviewmodel.tex index 0fc1425b62..662f99c131 100644 --- a/docs/latex/wx/dataviewmodel.tex +++ b/docs/latex/wx/dataviewmodel.tex @@ -15,7 +15,7 @@ define the data model which acts as an interface between your actual data and the wxDataViewCtrl. Since you will usually also allow the wxDataViewCtrl to change your data through its graphical interface, you will also have to override -\helpref{SetValue}{wxdataviewlistmodelsetvalue} which the +\helpref{SetValue}{wxdataviewmodelsetvalue} which the wxDataViewCtrl will call when a change to some data has been commited. @@ -92,7 +92,7 @@ Destructor. This should not be called directly. Use DecRef() instead. \func{void}{AddNotifier}{\param{wxDataViewModelNotifier* }{notifier}} -Adds a \helpref{wxDataViewModelNotifier}{wxdataviewlistmodelnotifier} +Adds a \helpref{wxDataViewModelNotifier}{wxdataviewmodelnotifier} to the model. \membersection{wxDataViewModel::Cleared}\label{wxdataviewmodelcleared}