Changeset 7420 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2014-08-16T14:10:24+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
r7348 r7420 1271 1271 } 1272 1272 Collections.sort(pl); 1273 if (!pl.isEmpty()) { 1274 text.append("Plugins:\n"); 1275 } 1273 1276 for (String s : pl) { 1274 text.append(" Plugin:").append(s).append("\n");1277 text.append("- ").append(s).append("\n"); 1275 1278 } 1276 1279 return text.toString();
Note:
See TracChangeset
for help on using the changeset viewer.