Changeset 35717 in osm for applications/editors
- Timestamp:
- 2021-03-05T12:07:41+01:00 (4 years ago)
- Location:
- applications/editors/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/splinex/src/org/openstreetmap/josm/plugins/Splinex/DrawSplineAction.java
r35452 r35717 68 68 "spline2", // icon name 69 69 tr("Draw a spline curve"), // tooltip 70 Shortcut.registerShortcut("mapmode:spline", 71 tr("Mode: {0}", tr("Spline drawing")), 72 KeyEvent.VK_P, Shortcut.DIRECT), 70 73 getCursor()); 71 74
Note:
See TracChangeset
for help on using the changeset viewer.