Ignore:
Timestamp:
2015-02-15T20:43:29+01:00 (9 years ago)
Author:
donvip
Message:

[josm_utilsplugin2] fix #josm1117 - use a toolbar action name for MultiTagAction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/multitagger/MultiTagAction.java

    r30986 r30993  
    1717
    1818    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);
    2122        putValue("help", ht("/Action/MultiTag"));
    2223    }
     
    4445        }
    4546    }
    46 
    4747}
Note: See TracChangeset for help on using the changeset viewer.