Changeset 30237 in osm
- Timestamp:
- 2014-01-27T01:47:54+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditor.java
r29854 r30237 267 267 } 268 268 setTurnRestrictionSnapshot(turnRestriction == null ? null : new Relation(turnRestriction)); 269 Relation oldValue = this.turnRestriction;270 269 this.turnRestriction = turnRestriction; 271 270 support.firePropertyChange(TURN_RESTRICION_PROP, null, this.turnRestriction); … … 501 500 new ButtonSpec( 502 501 tr("Remove deleted members and save"), 503 ImageProvider.get(" OK"),502 ImageProvider.get("ok"), 504 503 tr("Remove deleted members and save"), 505 504 null
Note:
See TracChangeset
for help on using the changeset viewer.