X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a256039a12cb07863c3985f86a869cfb7eb3510e..0ff2a74d0cc65f081aafcff79bcd3fd14638814f:/docs/latex/wx/stackframe.tex diff --git a/docs/latex/wx/stackframe.tex b/docs/latex/wx/stackframe.tex index 0bce56bac2..2218e776fb 100644 --- a/docs/latex/wx/stackframe.tex +++ b/docs/latex/wx/stackframe.tex @@ -50,7 +50,7 @@ Return the address of this frame. Return the name of the file containing this frame, empty if unavailable (typically because debug info is missing). -Use \helpre{HasSourceLocation}{wxstackframehassourcelocation} to check whether +Use \helpref{HasSourceLocation}{wxstackframehassourcelocation} to check whether the file name is available. @@ -99,7 +99,7 @@ Return the return address of this frame. \constfunc{bool}{GetParam}{\param{size\_t }{n}, \param{wxString * }{type}, \param{wxString * }{name}, \param{wxString * }{value}} Get the name, type and value (in text form) of the given parameter. -Any pointer may be \textt{NULL} if you're not interested in the corresponding +Any pointer may be \texttt{NULL} if you're not interested in the corresponding value. Return \true if at least some values could be retrieved.