Changeset 24815 in osm for applications/editors/josm/plugins/alignways/src
- Timestamp:
- 2010-12-20T13:43:08+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysAction.java
r23189 r24815 34 34 "around a chosen pivot."), 35 35 Shortcut.registerShortcut("tools:alignways", tr("Tool: {0}", 36 tr("Align Ways")), KeyEvent.VK_A, Shortcut.GROUP_EDIT, 37 Shortcut.SHIFT_DEFAULT), true); 36 tr("Align Ways")), KeyEvent.VK_I, Shortcut.GROUP_EDIT), true); 38 37 setEnabled(false); 39 38 }
Note:
See TracChangeset
for help on using the changeset viewer.