Changeset 30209 in osm for applications/editors/josm/plugins/reltoolbox/src/relcontext
- Timestamp:
- 2014-01-17T23:22:51+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.