- Timestamp:
- 2010-02-14T15:32:58+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/ExceptionDialogUtil.java
r2895 r2984 86 86 public static void explainGeneric(Exception e) { 87 87 e.printStackTrace(); 88 HelpAwareOptionPane.showOptionDialog( 89 Main.parent, 90 ExceptionUtil.explainGeneric(e), 91 tr("Error"), 92 JOptionPane.ERROR_MESSAGE, 93 ht("/ErrorMessages#GenericException") 94 ); 88 BugReportExceptionHandler.handleException(e); 95 89 } 96 90
Note:
See TracChangeset
for help on using the changeset viewer.