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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.