]> git.saurik.com Git - wxWidgets.git/commitdiff
typo in a link
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Jan 2005 01:37:40 +0000 (01:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Jan 2005 01:37:40 +0000 (01:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/datectrl.tex
docs/latex/wx/dateevt.tex

index e3eaec697d6dc432af861c702b44bf9e306f5810..d3ae311f3703ffe77e5167615c7253d6ba1c3174 100644 (file)
@@ -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.
 
 
index b3af3bc7b011ceec5ffef1503f3d776385b458bc..510badc09da33f6c754a2f8ef25cb2cfda6d67e9 100644 (file)
@@ -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}