Changeset 26257 in osm for applications/editors/josm
- Timestamp:
- 2011-07-04T20:10:20+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/SplitObjectAction.java
r24236 r26257 43 43 super(tr("Split Object"), "splitobject", tr("Split an object at the selected nodes."), 44 44 Shortcut.registerShortcut("tools:splitobject", tr("Tool: {0}", "Split Object"), 45 KeyEvent.VK_P, Shortcut.GROUP_EDIT,Shortcut.SHIFT_DEFAULT), true);45 KeyEvent.VK_P, Shortcut.SHIFT_DEFAULT), true); 46 46 putValue("help", ht("/Action/SplitObject")); 47 47 }
Note:
See TracChangeset
for help on using the changeset viewer.