Changeset 24815 in osm for applications/editors/josm
- Timestamp:
- 2010-12-20T13:43:08+01:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/alignways
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/alignways/build.xml
r23560 r24815 31 31 32 32 <!-- enter the SVN commit message --> 33 <property name="commit.message" value=" Update to josm latest" />33 <property name="commit.message" value="fix shortcut conflict" /> 34 34 <!-- 35 35 enter the *lowest* JOSM version this plugin is currently compatible -
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.