]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/thread.tex
properly detect gstreamer and libxml headers and libs, reflect that wxMediaCtrl now...
[wxWidgets.git] / docs / latex / wx / thread.tex
index 4cf259e208ee68dfdb4a0bc2c006be0de01aa946..1559443b695d7ab865b5db72da3da6bafb7b8192 100644 (file)
@@ -203,11 +203,10 @@ The following priorities are defined:
 
 Returns \true if the thread is alive (i.e. started and not terminating).
 
-Note that this function can only be safely used with joinable threads, not
+Note that this function can only safely be used with joinable threads, not
 detached ones as the latter delete themselves and so when the real thread is
-not alive any longer it is not possible to call this function neither because
-the wxThread object doesn't exist any more as well.
-
+no longer alive, it is not possible to call this function because
+the wxThread object no longer exists.
 
 \membersection{wxThread::IsDetached}\label{wxthreadisdetached}