Ignore:
Timestamp:
2012-02-23T10:17:25+01:00 (13 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/AddRemoveMemberAction.java

    r27852 r27927  
    3434        super(null, "relcontext/addremove", tr("Add/remove members from the chosen relation"),
    3535                Shortcut.registerShortcut("reltoolbox:addremove", tr("Relation Toolbox: {0}", tr("Add/remove members from the chosen relation")),
    36                 KeyEvent.VK_EQUALS, Shortcut.DIRECT), true);
     36                KeyEvent.VK_EQUALS, Shortcut.DIRECT), false);
    3737        this.rel = rel;
    3838        rel.addChosenRelationListener(this);
Note: See TracChangeset for help on using the changeset viewer.