From: Vadim Zeitlin Date: Sat, 20 Sep 2003 16:20:43 +0000 (+0000) Subject: fixed typos which resulted in 2 broken links X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e490e26798196f61e9aa7fd668ed6489b5c203a5 fixed typos which resulted in 2 broken links git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/app.tex b/docs/latex/wx/app.tex index 3691e53d1c..1137aa6ccd 100644 --- a/docs/latex/wx/app.tex +++ b/docs/latex/wx/app.tex @@ -484,7 +484,7 @@ the last frame has been deleted and is the default). -\membersection{wxApp::OnUnhandledException}{wxapponunhandledexception} +\membersection{wxApp::OnUnhandledException}\label{wxapponunhandledexception} \func{virtual void}{OnUnhandledException}{\void} diff --git a/docs/latex/wx/texcept.tex b/docs/latex/wx/texcept.tex index 5b2139877f..8fce3e4bf6 100644 --- a/docs/latex/wx/texcept.tex +++ b/docs/latex/wx/texcept.tex @@ -46,7 +46,7 @@ add a try/catch clause around the call of the base class version. This would allow you to catch any exceptions generated during the execution of the main event loop. To deal with the exceptions which may arise during the program startup and/or shutdown you should insert try/catch clauses in -\helpref{OnInit()}{wxapponinit} and/or \helpref{OnExit()}{wxappoxexit} as well. +\helpref{OnInit()}{wxapponinit} and/or \helpref{OnExit()}{wxapponexit} as well. Finally, you may also want to continue running even when certain exceptions occur. If all of your exceptions may happen only in the event handlers of a