Ignore:
Timestamp:
2011-07-10T23:22:15+02:00 (14 years ago)
Author:
stoecker
Message:

i18n update, update to josm core cleanup

Location:
applications/editors/josm/plugins/reltoolbox
Files:
32 edited

Legend:

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

    r26174 r26299  
    3232    <property name="commit.message" value="RelToolbox"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="3835"/>
     34    <property name="plugin.main.version" value="4223"/>
    3535    <!--
    3636      ************************************************
  • applications/editors/josm/plugins/reltoolbox/src/relcontext/ChosenRelation.java

    r26293 r26299  
    165165    }
    166166
    167     public void primtivesRemoved( PrimitivesRemovedEvent event ) {
     167    public void primitivesRemoved( PrimitivesRemovedEvent event ) {
    168168        if( chosenRelation != null && event.getPrimitives().contains(chosenRelation) )
    169169            clear();
     
    175175    }
    176176
    177     public void primtivesAdded( PrimitivesAddedEvent event ) {}
     177    public void primitivesAdded( PrimitivesAddedEvent event ) {}
    178178    public void nodeMoved( NodeMovedEvent event ) {}
    179179    public void otherDatasetChange( AbstractDatasetChangedEvent event ) {}
Note: See TracChangeset for help on using the changeset viewer.