Changeset 27547 in osm


Ignore:
Timestamp:
2012-01-21T23:25:23+01:00 (13 years ago)
Author:
stoecker
Message:

fix arguments

File:
1 edited

Legend:

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

    r27543 r27547  
    4242    public SplitObjectAction() {
    4343        super(tr("Split Object"), "splitobject", tr("Split an object at the selected nodes."),
    44                 Shortcut.registerShortcut("tools:splitobject", tr("Tool: {0}", "Split Object"),  KeyEvent.VK_P,  Shortcut.SHIFT_DEFAULT)
     44                Shortcut.registerShortcut("tools:splitobject", tr("Tool: {0}", "Split Object"),
     45                KeyEvent.VK_P,  Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT)
    4546                , true);
    4647        putValue("help", ht("/Action/SplitObject"));
Note: See TracChangeset for help on using the changeset viewer.