Changeset 12576 in osm for applications
- Timestamp:
- 2008-12-25T14:26:40+01:00 (16 years ago)
- Location:
- applications/editors/josm/plugins/validator
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/build.xml
r11861 r12576 42 42 <attribute name="Plugin-Description" value="A OSM data validator"/> 43 43 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 44 <attribute name="Plugin-Mainversion" value="1 065"/>44 <attribute name="Plugin-Mainversion" value="1179"/> 45 45 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 46 46 <attribute name="Author" value="Francisco R. Santos"/> -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/PreferenceEditor.java
r11530 r12576 98 98 } 99 99 100 public voidok()100 public boolean ok() 101 101 { 102 102 StringBuilder tests = new StringBuilder(); … … 120 120 Main.pref.put( PREF_USE_IGNORE, prefUseIgnore.isSelected()); 121 121 Main.pref.put( PREF_LAYER, prefUseLayer.isSelected()); 122 return false; 122 123 } 123 124 }
Note:
See TracChangeset
for help on using the changeset viewer.