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,