Changeset 27852 in osm for applications/editors/josm/plugins/multipoly-convert
- Timestamp:
- 2012-02-18T13:40:52+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
r27796 r27852 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="49 28"/>34 <property name="plugin.main.version" value="4980"/> 35 35 36 36 <import file="../build-common.xml"/> -
applications/editors/josm/plugins/multipoly-convert/src/converttomultipoly/MultipolyAction.java
r27796 r27852 40 40 Shortcut.registerShortcut("tools:multipolyconv", tr("Tool: {0}", 41 41 tr("Convert to multipolygon")), KeyEvent.VK_M, 42 Shortcut. GROUP_DIRECT3+Shortcut.GROUPS_ALT1), true);42 Shortcut.ALT_CTRL_SHIFT), true); 43 43 } 44 44
Note:
See TracChangeset
for help on using the changeset viewer.