Ignore:
Timestamp:
2011-03-12T11:35:39+01:00 (15 years ago)
Author:
bastik
Message:

'avoid shortcut conflict (see josm bug 6029)'

File:
1 edited

Legend:

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

    r24887 r25578  
    1818    public ReverterPlugin(PluginInformation info) {
    1919        super(info);
    20         JMenu historyMenu = Main.main.menu.addMenu(marktr("History"), KeyEvent.VK_R,
     20        JMenu historyMenu = Main.main.menu.addMenu(marktr("History"), KeyEvent.VK_S,
    2121                Main.main.menu.defaultMenuPos,ht("/Plugin/Reverter"));
    2222        //MainMenu.add(historyMenu, new ObjectsHistoryAction());
Note: See TracChangeset for help on using the changeset viewer.