Changeset 27855 in osm for applications


Ignore:
Timestamp:
2012-02-18T13:55:51+01:00 (13 years ago)
Author:
stoecker
Message:

fix dumb idea

File:
1 edited

Legend:

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

    r27853 r27855  
    4343        super(tr("Split Object"), "splitobject", tr("Split an object at the selected nodes."),
    4444                Shortcut.registerShortcut("tools:splitobject", tr("Tool: {0}", tr("Split Object")),
    45                 KeyEvent.VK_X,  Shortcut.CTRL)
     45                KeyEvent.VK_X,  Shortcut.ALT)
    4646                , true);
    4747        putValue("help", ht("/Action/SplitObject"));
Note: See TracChangeset for help on using the changeset viewer.