Ignore:
Timestamp:
2011-07-05T19:52:57+02:00 (13 years ago)
Author:
akks
Message:

FastDraw plugin: added settings dialog (Q button), and point count info. Utilsplugin2: shortcut conflict with Measurer.

File:
1 edited

Legend:

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

    r26049 r26264  
    4040        super(info);
    4141
    42         JMenu toolsMenu = Main.main.menu.addMenu(marktr("More tools"), KeyEvent.VK_M, 4, "help");
     42        JMenu toolsMenu = Main.main.menu.addMenu(marktr("More tools"), KeyEvent.VK_X, 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.