Ignore:
Timestamp:
2009-11-25T18:25:05+01:00 (15 years ago)
Author:
stoecker
Message:

fix josm 4022

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/multipoly/src/multipoly/MultipolyAction.java

    r18415 r18799  
    4646
    4747 public MultipolyAction() {
    48   super(tr("Create multipolygon"), null, tr("Create multipolygon."),
     48  super(tr("Create multipolygon"), "multipoly_create", tr("Create multipolygon."),
    4949  Shortcut.registerShortcut("tools:multipoly", tr("Tool: {0}", tr("Create multipolygon")),
    5050  KeyEvent.VK_M, Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT), true);
Note: See TracChangeset for help on using the changeset viewer.