Changeset 27837 in osm for applications/editors/josm
- Timestamp:
- 2012-02-17T18:45:50+01:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/conflation
- Files:
- 
      - 2 edited
 
 - 
          
  build.xml (modified) (1 diff)
- 
          
  src/org/openstreetmap/josm/plugins/conflation/ConflationAction.java (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      applications/editors/josm/plugins/conflation/build.xmlr27751 r27837 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="4 394"/>34 <property name="plugin.main.version" value="4928"/> 35 35 <!-- 36 36 ************************************************ 
- 
      applications/editors/josm/plugins/conflation/src/org/openstreetmap/josm/plugins/conflation/ConflationAction.javar26023 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.
  
