Changeset 27927 in osm for applications/editors/josm/plugins/turnlanes/src
- Timestamp:
- 2012-02-23T10:17:25+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/TurnLanesDialog.java
r26299 r27927 47 47 super(tr("Edit"), "dialogs/edit", tr("Edit turn relations and lane lengths for selected node."), null, 48 48 false); 49 putValue("toolbar", "turnlanes/edit"); 50 Main.toolbar.register(this); 49 //putValue("toolbar", "turnlanes/edit"); Main.toolbar.register(this); 50 // did not work in 5018 51 51 52 } 52 53 … … 67 68 super(tr("Validate"), "dialogs/validator", tr("Validate turn- and lane-length-relations for consistency."), 68 69 null, false); 69 putValue("toolbar", "turnlanes/validate"); 70 Main.toolbar.register(this); 70 // putValue("toolbar", "turnlanes/validate"); Main.toolbar.register(this); 71 // did not work in 5018 71 72 } 72 73
Note:
See TracChangeset
for help on using the changeset viewer.