Changeset 27604 in osm for applications/editors
- Timestamp:
- 2012-01-23T18:53:29+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
r27393 r27604 30 30 <project name="reverter" default="dist" basedir="."> 31 31 <!-- enter the SVN commit message --> 32 <property name="commit.message" value=" Update reverter for 4602"/>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 734"/>34 <property name="plugin.main.version" value="4855"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/reverter/src/reverter/ReverterPlugin.java
r27091 r27604 19 19 public ReverterPlugin(PluginInformation info) { 20 20 super(info); 21 JMenu historyMenu = Main.main.menu.addMenu(marktr("History"), KeyEvent.VK_ S,21 JMenu historyMenu = Main.main.menu.addMenu(marktr("History"), KeyEvent.VK_Y, 22 22 Main.main.menu.defaultMenuPos,ht("/Plugin/Reverter")); 23 23 //MainMenu.add(historyMenu, new ObjectsHistoryAction());
Note:
See TracChangeset
for help on using the changeset viewer.