From: Vadim Zeitlin Date: Sun, 10 Jun 2001 23:38:49 +0000 (+0000) Subject: fixed doc bug X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9148009bed2a8e78d5646817e5791d8acd60ece4 fixed doc bug git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/log.tex b/docs/latex/wx/log.tex index 134c3b8741..5afc5969cf 100644 --- a/docs/latex/wx/log.tex +++ b/docs/latex/wx/log.tex @@ -204,7 +204,7 @@ flushed, so Suspend() works as expected with it). \func{static void}{Resume}{\void} Resumes logging previously suspended by a call to -\helpref{Suspend|wxlogsuspend}. All messages logged in the meanwhile will be +\helpref{Suspend}{wxlogsuspend}. All messages logged in the meanwhile will be flushed soon. \membersection{wxLog::DontCreateOnDemand}\label{wxlogdontcreateondemand}