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/CreateMultipolygonAction.java

    r27852 r27927  
    3131        super("Multi", "data/multipolygon", tr("Create a multipolygon from selected objects"),
    3232                Shortcut.registerShortcut("reltoolbox:multipolygon", tr("Relation Toolbox: {0}", tr("Create multipolygon")),
    33                 KeyEvent.VK_B, Shortcut.CTRL), true);
     33                KeyEvent.VK_B, Shortcut.CTRL), false);
    3434        this.chRel = chRel;
    3535        updateEnabledState();
Note: See TracChangeset for help on using the changeset viewer.