diff --git a/docs/latex/wx/animatctrl.tex b/docs/latex/wx/animatctrl.tex index ba36f1f976..7d0148a155 100644 --- a/docs/latex/wx/animatctrl.tex +++ b/docs/latex/wx/animatctrl.tex @@ -80,7 +80,7 @@ all the parameters. \wxheading{Parameters} -\docparam{parent}{Parent window, must not be non-\texttt{NULL}.} +\docparam{parent}{Parent window, must be non-\NULL.} \docparam{id}{The identifier for the control.} @@ -140,7 +140,7 @@ See \helpref{wxAnimation::LoadFile}{wxanimationloadfile} for more info. Starts playing the animation. The animation is always played in loop mode (unless the last frame of the animation has an infinite delay time) and always start from the first frame -(even if you \helpref{atopped}{wxanimationctrlstop} it while some other frame was +(even if you \helpref{stopped}{wxanimationctrlstop} it while some other frame was displayed).