Changeset 27604 in osm for applications


Ignore:
Timestamp:
2012-01-23T18:53:29+01:00 (13 years ago)
Author:
akks
Message:

'Reverter: moved menu to Alt-Y (conflicts), recompile'

Location:
applications/editors/josm/plugins/reverter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reverter/build.xml

    r27393 r27604  
    3030<project name="reverter" default="dist" basedir=".">
    3131    <!-- 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"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4734"/>
     34    <property name="plugin.main.version" value="4855"/>
    3535    <!--
    3636      ************************************************
  • applications/editors/josm/plugins/reverter/src/reverter/ReverterPlugin.java

    r27091 r27604  
    1919    public ReverterPlugin(PluginInformation info) {
    2020        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,
    2222                Main.main.menu.defaultMenuPos,ht("/Plugin/Reverter"));
    2323        //MainMenu.add(historyMenu, new ObjectsHistoryAction());
Note: See TracChangeset for help on using the changeset viewer.