From 776eb3d7461edf3e51e6ec659a0c74b05d837c12 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 21 Sep 2006 20:52:49 +0000 Subject: [PATCH] fixed unmatched braces git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/chfocevt.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}