From: Robin Dunn Date: Sat, 9 Mar 2002 03:18:57 +0000 (+0000) Subject: Added a reminder to myself for later X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f9bd2c1bdfdbd83a36ba4390a57d1e230876a18c Added a reminder to myself for later git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/misc.i b/wxPython/src/misc.i index 836af80a10..9ef4364b59 100644 --- a/wxPython/src/misc.i +++ b/wxPython/src/misc.i @@ -375,6 +375,10 @@ wxString wxGetUserName(); wxString wxGetHomeDir(); wxString wxGetUserHome(const char* user = ""); + +// When wxApp gets the virtual method magic then enable this. +// bool wxHandleFatalExceptions(bool doIt = TRUE); + //---------------------------------------------------------------------- enum wxEdge { wxLeft, wxTop, wxRight, wxBottom, wxWidth, wxHeight,