X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c39aa3a6582f06a4aae8023ad1c2c862b1ab35d..d3e78bab3ea46183c22a5f0484b931a99b897636:/docs/latex/wx/texcept.tex 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