Changeset 1791 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2009-07-15T17:39:54+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginDownloader.java
r1733 r1791 38 38 private String errors = ""; 39 39 private int count = 0; 40 private boolean update;41 40 42 41 private UpdateTask(Collection<PluginInformation> toUpdate, boolean up) { 43 42 super(up ? tr("Update Plugins") : tr("Download Plugins")); 44 update = up;45 43 this.toUpdate = toUpdate; 46 44 }
Note:
See TracChangeset
for help on using the changeset viewer.