Changeset 27837 in osm for applications/editors/josm/plugins/conflation/src
- Timestamp:
- 2012-02-17T18:45:50+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/conflation/src/org/openstreetmap/josm/plugins/conflation/ConflationAction.java
r26023 r27837 21 21 super(tr("Conflation"), "conflation", tr("Conflation tool for merging data"), 22 22 Shortcut.registerShortcut("tool:conflation", tr("Tool: {0}", tr("Conflation")), 23 KeyEvent.VK_C, Shortcut.GROUP_MENU, 24 InputEvent.ALT_DOWN_MASK | InputEvent.CTRL_DOWN_MASK), true); 23 KeyEvent.VK_A, Shortcut.GROUP_MENU+Shortcut.GROUPS_ALT1), true); 25 24 //setEnabled(false); 26 25 //DataSet.selListeners.add(this);
Note:
See TracChangeset
for help on using the changeset viewer.