Changeset 27796 in osm for applications/editors/josm/plugins
- Timestamp:
- 2012-02-16T15:32:50+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/multipoly-convert
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/multipoly-convert/build.xml
r27567 r27796 32 32 <property name="commit.message" value="Mulpipoly-convert: help shortcut parser, rebuild"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 847"/>34 <property name="plugin.main.version" value="4928"/> 35 35 36 36 <import file="../build-common.xml"/> -
applications/editors/josm/plugins/multipoly-convert/src/converttomultipoly/MultipolyAction.java
r27567 r27796 37 37 public MultipolyAction() { 38 38 super(tr("Convert to multipolygon"), "multipoly_convert", 39 tr("Convert to multipolygon."), 40 Shortcut.registerShortcut("tools:multipolyconv", tr("Tool: {0}",tr("Convert to multipolygon")), KeyEvent.VK_M, 41 Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT), true); 39 tr("Convert to multipolygon."), 40 Shortcut.registerShortcut("tools:multipolyconv", tr("Tool: {0}", 41 tr("Convert to multipolygon")), KeyEvent.VK_M, 42 Shortcut.GROUP_DIRECT3+Shortcut.GROUPS_ALT1), true); 42 43 } 43 44
Note:
See TracChangeset
for help on using the changeset viewer.