Changeset 27853 in osm for applications/editors/josm/plugins
- Timestamp:
- 2012-02-18T13:45:19+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/SplitObjectAction.java
r27852 r27853 43 43 super(tr("Split Object"), "splitobject", tr("Split an object at the selected nodes."), 44 44 Shortcut.registerShortcut("tools:splitobject", tr("Tool: {0}", tr("Split Object")), 45 KeyEvent.VK_ P, Shortcut.CTRL)45 KeyEvent.VK_X, Shortcut.CTRL) 46 46 , true); 47 47 putValue("help", ht("/Action/SplitObject"));
Note:
See TracChangeset
for help on using the changeset viewer.