Changeset 27852 in osm for applications/editors/josm/plugins/conflation
- Timestamp:
- 2012-02-18T13:40:52+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/conflation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/conflation/build.xml
r27837 r27852 32 32 <property name="commit.message" value="Commit message"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="49 28"/>34 <property name="plugin.main.version" value="4980"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/conflation/src/org/openstreetmap/josm/plugins/conflation/ConflationAction.java
r27837 r27852 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_A, Shortcut. GROUP_MENU+Shortcut.GROUPS_ALT1), true);23 KeyEvent.VK_A, Shortcut.CTRL_SHIFT), true); 24 24 //setEnabled(false); 25 25 //DataSet.selListeners.add(this);
Note:
See TracChangeset
for help on using the changeset viewer.