Changeset 2512 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2009-11-24T10:45:04+01:00 (15 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java
r2358 r2512 274 274 } 275 275 } 276 -
trunk/src/org/openstreetmap/josm/plugins/PluginSelection.java
r2372 r2512 300 300 if (!name_lc.contains(lc_bit) && 301 301 !description_lc.contains(lc_bit) && 302 !remoteversion_lc.contains(lc_bit) && 302 !remoteversion_lc.contains(lc_bit) && 303 303 !localversion_lc.contains(lc_bit)) { 304 304 canHas = false;
Note:
See TracChangeset
for help on using the changeset viewer.