From: Vadim Zeitlin Date: Thu, 21 Sep 2006 20:52:49 +0000 (+0000) Subject: fixed unmatched braces X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/776eb3d7461edf3e51e6ec659a0c74b05d837c12?ds=inline fixed unmatched braces git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/chfocevt.tex b/docs/latex/wx/chfocevt.tex index 8db4b617bd..6493ebef7c 100644 --- a/docs/latex/wx/chfocevt.tex +++ b/docs/latex/wx/chfocevt.tex @@ -5,7 +5,7 @@ so that the window could restore the focus back to its corresponding child if it loses it now and regains later. Notice that child window is the direct child of the window receiving event. -Use \helpref{FindFocus}{wxwindowfindfocus) to retreive the window which is actually getting focus. +Use \helpref{FindFocus}{wxwindowfindfocus} to retreive the window which is actually getting focus. \wxheading{Derived from}