From 3b18bb593bf9024cf7779b90ee6874305891739f Mon Sep 17 00:00:00 2001 From: Bryan Petty Date: Tue, 6 Jan 2009 16:37:14 +0000 Subject: [PATCH] Replaced IsLocked with IsOk in 2.8 docs (was already fixed in trunk). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@57860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/mutexlck.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/mutexlck.tex b/docs/latex/wx/mutexlck.tex index 9fbfbaec9c..770bee1822 100644 --- a/docs/latex/wx/mutexlck.tex +++ b/docs/latex/wx/mutexlck.tex @@ -26,7 +26,7 @@ None. \func{}{wxMutexLocker}{\param{wxMutex\&}{ mutex}} Constructs a wxMutexLocker object associated with mutex and locks it. -Call \helpref{IsLocked}{wxmutexlockerisok} to check if the mutex was +Call \helpref{IsOk}{wxmutexlockerisok} to check if the mutex was successfully locked. \membersection{wxMutexLocker::\destruct{wxMutexLocker}}\label{wxmutexlockerdtor}