Ignore:
Timestamp:
2008-12-28T20:02:21+01:00 (16 years ago)
Author:
stoecker
Message:

added plugin information to bug report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginException.java

    r1169 r1189  
    1616
    1717    public PluginException(PluginProxy plugin, String name, Throwable cause) {
    18         super(tr("An error occured in plugin {0}", name), cause);
     18        super(tr("An error occurred in plugin {0}", name), cause);
    1919        this.plugin = plugin;
    2020        this.name = name;
Note: See TracChangeset for help on using the changeset viewer.