Ignore:
Timestamp:
2012-02-23T10:17:25+01:00 (14 years ago)
Author:
akks
Message:

reltoolbox, turnlanes: fix shortcut and toolbar warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/CreateRelationAction.java

    r27852 r27927  
    3939        super(tr("New"), "data/relation", tr("Create a relation from selected objects"),
    4040                Shortcut.registerShortcut("reltoolbox:create", tr("Relation Toolbox: {0}", tr("Create a new relation")),
    41                 KeyEvent.VK_N, Shortcut.ALT_CTRL), true);
     41                KeyEvent.VK_N, Shortcut.ALT_CTRL), false);
    4242        this.chRel = chRel;
    4343        updateEnabledState();
Note: See TracChangeset for help on using the changeset viewer.