]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected GetAppName() link
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Mar 2005 20:17:53 +0000 (20:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Mar 2005 20:17:53 +0000 (20:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/debugrpt.tex

index 3151951e909fbea058e16886d7b093eace0bf7db..dc812d94d7faa938cbe7829189650a3ca6525298 100644 (file)
@@ -58,7 +58,7 @@ or the state during the last (fatal) exception:
 \begin{verbatim}
 enum wxDebugReport::Context
 {
-    Context_Curent,
+    Context_Current,
     Context_Exception
 };
 \end{verbatim}
@@ -215,7 +215,7 @@ Get the current number files in this report.
 \constfunc{wxString}{GetReportName}{\void}
 
 Get the name used as base name for various files, by default 
-\helpref{wxApp::GetName()}{wxappgetname} is used.
+\helpref{wxApp::GetAppName()}{wxappgetappname} is used.
 
 
 \membersection{wxDebugReport::IsOk}\label{wxdebugreportisok}