]> git.saurik.com Git - wxWidgets.git/commitdiff
Added a reminder to myself for later
authorRobin Dunn <robin@alldunn.com>
Sat, 9 Mar 2002 03:18:57 +0000 (03:18 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 9 Mar 2002 03:18:57 +0000 (03:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/misc.i

index 836af80a10b3f17caa612d65163e70c669d04a9d..9ef4364b598ed1279a1657b589acf9eaf5dbab97 100644 (file)
@@ -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,