Ignore:
Timestamp:
2012-02-15T20:55:40+01:00 (13 years ago)
Author:
stoecker
Message:

fix some shortcut conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reverter/src/reverter/ReverterPlugin.java

    r27604 r27765  
    1919    public ReverterPlugin(PluginInformation info) {
    2020        super(info);
    21         JMenu historyMenu = Main.main.menu.addMenu(marktr("History"), KeyEvent.VK_Y,
     21        JMenu historyMenu = Main.main.menu.addMenu(marktr("History"), KeyEvent.VK_L,
    2222                Main.main.menu.defaultMenuPos,ht("/Plugin/Reverter"));
    2323        //MainMenu.add(historyMenu, new ObjectsHistoryAction());
Note: See TracChangeset for help on using the changeset viewer.