Changeset 1444 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2009-02-25T14:21:24+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
r1415 r1444 107 107 p.put(info.stage, new LinkedList<PluginInformation>()); 108 108 p.get(info.stage).add(info); 109 } else {109 } else if(early) { 110 110 JOptionPane.showMessageDialog(Main.parent, tr("Plugin not found: {0}.", pluginName)); 111 111 }
Note:
See TracChangeset
for help on using the changeset viewer.