From 5df6ed1c52b734d24ba36fc9ec2a927c0f3a1a75 Mon Sep 17 00:00:00 2001 From: George Tasker Date: Wed, 29 Nov 2000 14:45:33 +0000 Subject: [PATCH] Fixed mis-matched curley braces on third line from the end (missing a left curley brace -- [wxgetenv}) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/function.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index ca75cff21a..fae00d9f2d 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -3012,7 +3012,7 @@ Returns {\tt TRUE} on success. \func{bool}{wxUnsetEnv}{\param{const wxString\&}{ var}} Removes the variable {\it var} from the environment. -\helpref{wxGetEnv}[wxgetenv} will return {\tt NULL} after the call to this +\helpref{wxGetEnv}{wxgetenv} will return {\tt NULL} after the call to this function. Returns {\tt TRUE} on success. -- 2.45.2