Changeset 267 in josm for src/org/openstreetmap/josm/tools/BugReportExceptionHandler.java
- Timestamp:
- 2007-06-30T22:01:02+02:00 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/tools/BugReportExceptionHandler.java
r243 r267 43 43 // Check for an explicit problem when calling a plugin function 44 44 if (e instanceof PluginException) { 45 PluginProxy plugin = ((PluginException)e). getPlugin();45 PluginProxy plugin = ((PluginException)e).plugin; 46 46 if (plugin != null && !plugin.misbehaving) { 47 47 JOptionPane.showMessageDialog(Main.parent, tr("The plugin {0} throwed an exception: {1}\nIt may be outdated. Please contact the plugin's autor.\nThis message will not shown again until JOSM is restarted.", plugin.info.name, e.getMessage()));
Note:
See TracChangeset
for help on using the changeset viewer.
