Ignore:
Timestamp:
2016-08-15T13:05:33+02:00 (8 years ago)
Author:
donvip
Message:

fix #13336 - 'utilsplugin2' "Silent shortcut conflict" w/ core

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/PasteRelationsAction.java

    r32809 r32815  
    3838    public PasteRelationsAction() {
    3939        super(TITLE, "dumbutils/pasterelations", tr("Paste relation membership from objects in the buffer onto selected object(s)"),
    40                 Shortcut.registerShortcut("tools:pasterelations", tr("Tool: {0}", tr("Paste Relations")), KeyEvent.VK_V, Shortcut.ALT_CTRL),
    41                 true);
     40              Shortcut.registerShortcut("tools:pasterelations", tr("Tool: {0}", tr("Paste Relations")), KeyEvent.CHAR_UNDEFINED, Shortcut.NONE),
     41              true);
    4242    }
    4343
Note: See TracChangeset for help on using the changeset viewer.