Changeset 27574 in osm for applications/editors/josm/plugins/alignways
- Timestamp:
- 2012-01-22T16:38:27+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/alignways/src/com/tilusnet/josm/plugins/alignways/AlignWaysAction.java
r27348 r27574 31 31 "alignways", 32 32 tr("Makes a pair of selected way segments parallel by rotating one of them " 33 + "around a chosen pivot."), Shortcut.registerShortcut(34 35 KeyEvent.VK_A, Shortcut.GROUP_EDIT, 36 KeyEvent.CTRL_DOWN_MASK | KeyEvent.ALT_DOWN_MASK), true);33 + "around a chosen pivot."), 34 Shortcut.registerShortcut("tools:alignways", tr("Tool: {0}", tr("Align Ways")), 35 KeyEvent.VK_A, Shortcut.GROUP_EDIT, KeyEvent.CTRL_DOWN_MASK | KeyEvent.ALT_DOWN_MASK) 36 , true); 37 37 setEnabled(false); 38 38 }
Note:
See TracChangeset
for help on using the changeset viewer.