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

i18n update, update to josm core cleanup

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

Legend:

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

    r26175 r26299  
    3232    <property name="commit.message" value="Commit message"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4126"/>
     34    <property name="plugin.main.version" value="4223"/>
    3535    <!--
    3636      ************************************************
  • applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/TurnLanesDialog.java

    r26192 r26299  
    9898       
    9999        @Override
    100         public void primtivesRemoved(PrimitivesRemovedEvent event) {
    101             refresh();
    102         }
    103        
    104         @Override
    105         public void primtivesAdded(PrimitivesAddedEvent event) {
     100        public void primitivesRemoved(PrimitivesRemovedEvent event) {
     101            refresh();
     102        }
     103       
     104        @Override
     105        public void primitivesAdded(PrimitivesAddedEvent event) {
    106106            refresh();
    107107        }
Note: See TracChangeset for help on using the changeset viewer.