Changeset 27794 in osm for applications/editors/josm/plugins/reverter
- Timestamp:
- 2012-02-16T11:21:09+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/reverter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reverter/build.xml
r27604 r27794 32 32 <property name="commit.message" value="Reverter: moved menu to Alt-Y (conflicts), recompile"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 855"/>34 <property name="plugin.main.version" value="4928"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/reverter/src/reverter/ObjectsHistoryAction.java
r27546 r27794 16 16 Shortcut.registerShortcut("tool:history", 17 17 "Tool: Display objects history dialog", 18 KeyEvent.VK_H, Shortcut.GROUP_ EDIT, Shortcut.SHIFT_DEFAULT),18 KeyEvent.VK_H, Shortcut.GROUP_DIRECT3+Shortcut.GROUPS_ALT1), 19 19 true); 20 20 setEnabled(false);
Note:
See TracChangeset
for help on using the changeset viewer.