Changeset 18799 in osm for applications/editors
- Timestamp:
- 2009-11-25T18:25:05+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/multipoly/src/multipoly/MultipolyAction.java
r18415 r18799 46 46 47 47 public MultipolyAction() { 48 super(tr("Create multipolygon"), null, tr("Create multipolygon."),48 super(tr("Create multipolygon"), "multipoly_create", tr("Create multipolygon."), 49 49 Shortcut.registerShortcut("tools:multipoly", tr("Tool: {0}", tr("Create multipolygon")), 50 50 KeyEvent.VK_M, Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT), true);
Note:
See TracChangeset
for help on using the changeset viewer.