]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
Upport scrolling changes and mouse wheel changes.
[wxWidgets.git] / include / wx / app.h
index 3e3e8c766553860f827b63bb6469d41bb83265a2..d12af8b3ae11f08a3c49b008dcd4e1769bb27fb8 100644 (file)
@@ -197,10 +197,10 @@ public:
                              wxEvent& event) const;
 
     // Called when an unhandled C++ exception occurs inside OnRun(): note that
-    // the exception type is lost by now, so if you really want to handle the
-    // exception you should override OnRun() and put a try/catch around
-    // MainLoop() call there or use OnExceptionInMainLoop()
-    virtual void OnUnhandledException() { }
+    // the main event loop has already terminated by now and the program will
+    // exit, if you need to really handle the exceptions you need to override
+    // OnExceptionInMainLoop()
+    virtual void OnUnhandledException();
 #endif // wxUSE_EXCEPTIONS
 
     // event processing functions