From: Vadim Zeitlin Date: Sat, 15 Jan 2005 01:37:40 +0000 (+0000) Subject: typo in a link X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/23bec39ad32a0aae3150dce52e0e8c7d9170c001 typo in a link git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/datectrl.tex b/docs/latex/wx/datectrl.tex index e3eaec697d..d3ae311f37 100644 --- a/docs/latex/wx/datectrl.tex +++ b/docs/latex/wx/datectrl.tex @@ -55,7 +55,7 @@ changes the current selection in the control.} \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``datectrl"}} -Initializes the object and calls \helpref{Create}{wxdatepickerctrcreate} with +Initializes the object and calls \helpref{Create}{wxdatepickerctrlcreate} with all the parameters. diff --git a/docs/latex/wx/dateevt.tex b/docs/latex/wx/dateevt.tex index b3af3bc7b0..510badc09d 100644 --- a/docs/latex/wx/dateevt.tex +++ b/docs/latex/wx/dateevt.tex @@ -12,7 +12,7 @@ This event class carries information about a date change and is used together with \helpref{wxDatePickerCtrl}{wxdatepickerctrl} and serves as a base class -for \helpref{wxCalendarEvent}{wxCalendarEvent}. +for \helpref{wxCalendarEvent}{wxcalendarevent}. \wxheading{Derived from}