Changeset 29239 in osm for applications/editors/josm/plugins
- Timestamp:
- 2013-02-09T18:34:53+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/PasteTagsExtendedAction.java
r29234 r29239 26 26 super(tr("Paste tags [testing]"), "pastetags", tr("Apply tags parsed from buffer to all selected items.."), 27 27 Shortcut.registerShortcut("tools:pastetags", tr("Tool: {0}", tr("Paste tags")), 28 KeyEvent.VK_T, Shortcut.CTRL), true, "textpastetags", false); // TODO: shortcut is temporary, will be on Ctrl-Shift-V28 KeyEvent.VK_T, Shortcut.CTRL), true, "textpastetags", true); // TODO: shortcut is temporary, will be on Ctrl-Shift-V 29 29 //putValue("help", ht("/Action/Paste")); 30 30 }
Note:
See TracChangeset
for help on using the changeset viewer.