Changeset 27852 in osm for applications/editors/josm/plugins/undelete
- Timestamp:
- 2012-02-18T13:40:52+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
r27803 r27852 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="49 28"/>34 <property name="plugin.main.version" value="4980"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/undelete/src/org/openstreetmap/josm/plugins/undelete/Undelete.java
r27803 r27852 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+Shortcut.GROUPS_ALT2), true);70 KeyEvent.VK_U, Shortcut.ALT_SHIFT), true); 71 71 } 72 72
Note:
See TracChangeset
for help on using the changeset viewer.