Changeset 30209 in osm
- Timestamp:
- 2014-01-17T23:22:51+01:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/reltoolbox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/build.xml
r29854 r30209 4 4 <property name="commit.message" value="RelToolbox: make natural sort for relation and find relation lists"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="6 162"/>6 <property name="plugin.main.version" value="6721"/> 7 7 8 8 <property name="plugin.author" value="Ilya Zverev"/> -
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/CreateMultipolygonAction.java
r27927 r30209 31 31 super("Multi", "data/multipolygon", tr("Create a multipolygon from selected objects"), 32 32 Shortcut.registerShortcut("reltoolbox:multipolygon", tr("Relation Toolbox: {0}", tr("Create multipolygon")), 33 KeyEvent.VK_ B, Shortcut.CTRL), false);33 KeyEvent.VK_A, Shortcut.ALT_CTRL), false); 34 34 this.chRel = chRel; 35 35 updateEnabledState();
Note:
See TracChangeset
for help on using the changeset viewer.