Changeset 12576 in osm for applications


Ignore:
Timestamp:
2008-12-25T14:26:40+01:00 (16 years ago)
Author:
stoecker
Message:

updated

Location:
applications/editors/josm/plugins/validator
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/validator/build.xml

    r11861 r12576  
    4242        <attribute name="Plugin-Description" value="A OSM data validator"/>
    4343        <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    44         <attribute name="Plugin-Mainversion" value="1065"/>
     44        <attribute name="Plugin-Mainversion" value="1179"/>
    4545        <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    4646        <attribute name="Author" value="Francisco R. Santos"/>
  • applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/PreferenceEditor.java

    r11530 r12576  
    9898        }
    9999
    100         public void ok()
     100        public boolean ok()
    101101        {
    102102                StringBuilder tests = new StringBuilder();
     
    120120                Main.pref.put( PREF_USE_IGNORE, prefUseIgnore.isSelected());
    121121                Main.pref.put( PREF_LAYER, prefUseLayer.isSelected());
     122                return false;
    122123        }
    123124}
Note: See TracChangeset for help on using the changeset viewer.