Changeset 30993 in osm for applications/editors/josm/plugins/utilsplugin2/src/org
- Timestamp:
- 2015-02-15T20:43:29+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/multitagger/MultiTagAction.java
r30986 r30993 17 17 18 18 public MultiTagAction() { 19 super(tr("Tag multiple objects [alpha]"), null, tr("Edit tags of object list in table"), 20 Shortcut.registerShortcut("multitag", tr("Edit: {0}", tr("Tag multiple objects")), KeyEvent.VK_T, Shortcut.CTRL), true, true); 19 super(tr("Tag multiple objects [alpha]"), (String)null, tr("Edit tags of object list in table"), 20 Shortcut.registerShortcut("multitag", tr("Edit: {0}", tr("Tag multiple objects")), KeyEvent.VK_T, Shortcut.CTRL), 21 true, "multitag", true); 21 22 putValue("help", ht("/Action/MultiTag")); 22 23 } … … 44 45 } 45 46 } 46 47 47 }
Note:
See TracChangeset
for help on using the changeset viewer.