Changeset 10800 in josm
- Timestamp:
- 2016-08-15T12:58:44+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
r10781 r10800 862 862 } 863 863 try { 864 monitor.beginTask(tr("Determin eplugins to load..."));864 monitor.beginTask(tr("Determining plugins to load...")); 865 865 Set<String> plugins = new HashSet<>(Main.pref.getCollection("plugins", new LinkedList<String>())); 866 866 if (Main.isDebugEnabled()) {
Note:
See TracChangeset
for help on using the changeset viewer.