Changeset 3098 in josm for trunk/src/org/openstreetmap/josm/gui/MainApplication.java
- Timestamp:
- 09.03.2010 08:20:54 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MainApplication.java
r3054 r3098 131 131 132 132 Thread.setDefaultUncaughtExceptionHandler(new BugReportExceptionHandler()); 133 // http://stuffthathappens.com/blog/2007/10/15/one-more-note-on-uncaught-exception-handlers/ 134 System.setProperty("sun.awt.exception.handler", BugReportExceptionHandler.class.getName()); 133 135 134 136 // initialize the plaform hook, and
Note: See TracChangeset
for help on using the changeset viewer.
