]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/misc.i
Added a reminder to myself for later
[wxWidgets.git] / 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,