Changeset 27852 in osm for applications/editors/josm/plugins/reverter
- Timestamp:
- 2012-02-18T13:40:52+01:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/reverter
- Files:
-
- 3 edited
-
build.xml (modified) (1 diff)
-
src/reverter/ObjectsHistoryAction.java (modified) (1 diff)
-
src/reverter/RevertChangesetAction.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reverter/build.xml
r27794 r27852 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="49 28"/>34 <property name="plugin.main.version" value="4980"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/reverter/src/reverter/ObjectsHistoryAction.java
r27794 r27852 16 16 Shortcut.registerShortcut("tool:history", 17 17 "Tool: Display objects history dialog", 18 KeyEvent.VK_H, Shortcut. GROUP_DIRECT3+Shortcut.GROUPS_ALT1),18 KeyEvent.VK_H, Shortcut.ALT_CTRL_SHIFT), 19 19 true); 20 20 setEnabled(false); -
applications/editors/josm/plugins/reverter/src/reverter/RevertChangesetAction.java
r27795 r27852 19 19 Shortcut.registerShortcut("tool:revert", 20 20 tr("Tool: {0}", tr("Revert changeset")), 21 KeyEvent.VK_T, Shortcut. GROUP_DIRECT3),21 KeyEvent.VK_T, Shortcut.CTRL_SHIFT), 22 22 true); 23 23 }
Note:
See TracChangeset
for help on using the changeset viewer.
