Changeset 27803 in osm for applications/editors/josm/plugins/undelete
- Timestamp:
- 2012-02-16T20:34:40+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/undelete
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/undelete/build.xml
r27395 r27803 32 32 <property name="commit.message" value="adapt to core changes (backwards compatible)"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 734"/>34 <property name="plugin.main.version" value="4928"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/undelete/src/org/openstreetmap/josm/plugins/undelete/Undelete.java
r27395 r27803 68 68 public UndeleteAction() { 69 69 super(tr("Undelete object..."), "undelete", tr("Undelete object by id"), Shortcut.registerShortcut("tools:undelete", tr("File: {0}", tr("Undelete object...")), 70 KeyEvent.VK_U, Shortcut.GROUP_EDIT , KeyEvent.SHIFT_DOWN_MASK|KeyEvent.ALT_DOWN_MASK), true);70 KeyEvent.VK_U, Shortcut.GROUP_EDIT+Shortcut.GROUPS_ALT2), true); 71 71 } 72 72
Note:
See TracChangeset
for help on using the changeset viewer.