Index: applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditor.java
===================================================================
--- applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditor.java	(revision 30236)
+++ applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditor.java	(revision 30237)
@@ -267,5 +267,4 @@
         }
         setTurnRestrictionSnapshot(turnRestriction == null ? null : new Relation(turnRestriction));
-        Relation oldValue = this.turnRestriction;
         this.turnRestriction = turnRestriction;
         support.firePropertyChange(TURN_RESTRICION_PROP, null, this.turnRestriction);
@@ -501,5 +500,5 @@
                     new ButtonSpec(
                         tr("Remove deleted members and save"),
-                        ImageProvider.get("OK"),
+                        ImageProvider.get("ok"),
                         tr("Remove deleted members and save"),
                         null
