fixed doc bug

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-06-10 23:38:49 +00:00
parent b53dc7d661
commit 9148009bed

View File

@ -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}