%% Created: 2005-01-19
%% RCS-ID: $Id$
%% Copyright: (c) 2005 Vadim Zeitlin
-%% License: wxWidgets license
+%% License: wxWindows license
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{\class{wxStackFrame}}\label{wxstackframe}
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.
\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.