]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/threadh.tex
Added a couple of wxPerl notes.
[wxWidgets.git] / docs / latex / wx / threadh.tex
index 729f51015cfc2cdcc9d0c1789a266bed1e08d7f0..cc34b56e60af6a380c2df29a1cb28474b220a58c 100644 (file)
@@ -63,7 +63,7 @@ The destructor frees the resources associated with the thread.
 \func{wxThreadError}{Create}{\param{unsigned int }{stackSize = 0}}
 
 Creates a new thread. The thread object is created in the suspended state, and you
 \func{wxThreadError}{Create}{\param{unsigned int }{stackSize = 0}}
 
 Creates a new thread. The thread object is created in the suspended state, and you
-should call \helpref{GetThread()->Run()}{wxthreadhelperthreadrun} to start running
+should call \helpref{GetThread()->Run()}{wxthreadrun} to start running
 it.  You may optionally specify the stack size to be allocated to it (Ignored on
 platforms that don't support setting it explicitly, eg. Unix).
 
 it.  You may optionally specify the stack size to be allocated to it (Ignored on
 platforms that don't support setting it explicitly, eg. Unix).
 
@@ -98,3 +98,4 @@ directly.
 
 This is a public function that returns the \helpref{wxThread}{wxthread} object
 associated with the thread.
 
 This is a public function that returns the \helpref{wxThread}{wxthread} object
 associated with the thread.
+