Changeset 27811 in osm for applications/editors/josm
- Timestamp:
- 2012-02-16T21:30:02+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/smed
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/build.xml
r27749 r27811 32 32 <property name="commit.message" value="New release"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 549"/>34 <property name="plugin.main.version" value="4928"/> 35 35 <!-- should not be necessary to change the following properties --> 36 36 <property name="josm" location="../../core/dist/josm-custom.jar"/> -
applications/editors/josm/plugins/smed/src/smed/tabs/SmedTabAction.java
r27749 r27811 38 38 super( editor, "Smed",editor, 39 39 Shortcut.registerShortcut("tools:Seamaps", tr("Tool: {0}", tr("SeaMap Editor")), 40 KeyEvent.VK_K, Shortcut.GROUP_EDIT , Shortcut.SHIFT_DEFAULT),40 KeyEvent.VK_K, Shortcut.GROUP_EDIT+Shortcut.GROUPS_ALT1), 41 41 true); //$NON-NLS-1$ //$NON-NLS-2$ 42 42 }
Note:
See TracChangeset
for help on using the changeset viewer.