Ignore:
Timestamp:
2011-07-08T18:03:01+02:00 (13 years ago)
Author:
akks
Message:

JOSM Utilsplugin2: moved More Tools menu to Alt-R shortcut

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/UtilsPlugin2.java

    r26264 r26279  
    4040        super(info);
    4141
    42         JMenu toolsMenu = Main.main.menu.addMenu(marktr("More tools"), KeyEvent.VK_X, 4, "help");
     42        JMenu toolsMenu = Main.main.menu.addMenu(marktr("More tools"), KeyEvent.VK_R, 4, "help");
    4343        unglueRelation = MainMenu.add(toolsMenu, new UnGlueRelationAction());
    4444        addIntersections = MainMenu.add(toolsMenu, new AddIntersectionsAction());
Note: See TracChangeset for help on using the changeset viewer.