Changeset 30237 in osm


Ignore:
Timestamp:
2014-01-27T01:47:54+01:00 (11 years ago)
Author:
donvip
Message:

[josm_turnrestrictions] fix #josm9597 - fix OK icon name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditor.java

    r29854 r30237  
    267267        }
    268268        setTurnRestrictionSnapshot(turnRestriction == null ? null : new Relation(turnRestriction));
    269         Relation oldValue = this.turnRestriction;
    270269        this.turnRestriction = turnRestriction;
    271270        support.firePropertyChange(TURN_RESTRICION_PROP, null, this.turnRestriction);
     
    501500                    new ButtonSpec(
    502501                        tr("Remove deleted members and save"),
    503                         ImageProvider.get("OK"),
     502                        ImageProvider.get("ok"),
    504503                        tr("Remove deleted members and save"),
    505504                        null
Note: See TracChangeset for help on using the changeset viewer.