Changeset 27567 in osm for applications/editors/josm
- Timestamp:
- 2012-01-22T16:33:25+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
r26605 r27567 30 30 <project name="multipoly-convert" default="dist" basedir="."> 31 31 <!-- enter the SVN commit message --> 32 <property name="commit.message" value=" preset maintenance (${ant.project.name})"/>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 394"/>34 <property name="plugin.main.version" value="4847"/> 35 35 36 36 <import file="../build-common.xml"/> -
applications/editors/josm/plugins/multipoly-convert/src/converttomultipoly/MultipolyAction.java
r26544 r27567 37 37 public MultipolyAction() { 38 38 super(tr("Convert to multipolygon"), "multipoly_convert", 39 tr("Convert to multipolygon."), Shortcut.registerShortcut( 40 "tools:multipolyconv", tr("Tool: {0}", 41 tr("Convert to multipolygon")), KeyEvent.VK_M, 39 tr("Convert to multipolygon."), 40 Shortcut.registerShortcut("tools:multipolyconv", tr("Tool: {0}",tr("Convert to multipolygon")), KeyEvent.VK_M, 42 41 Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT), true); 43 42 }
Note:
See TracChangeset
for help on using the changeset viewer.