Changeset 27852 in osm for applications/editors/josm/plugins/gpxfilter
- Timestamp:
- 2012-02-18T13:40:52+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/gpxfilter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/gpxfilter/build.xml
r27820 r27852 32 32 <property name="commit.message" value="GPXFilter: moved to Alt-Shift-X"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="49 60"/>34 <property name="plugin.main.version" value="4980"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/gpxfilter/src/gpxfilter/AddEGpxLayerAction.java
r27820 r27852 15 15 public AddEGpxLayerAction() { 16 16 super(tr("Add EGPX layer"),null,tr("Add EGPX layer"), 17 Shortcut.registerShortcut("gpxfilter:egpx", tr("Tool: {0}", tr("Add EGPX layer")), 18 KeyEvent.VK_X, Shortcut.GROUPS_ALT1+Shortcut.GROUP_LAYER), true); 17 Shortcut.registerShortcut("gpxfilter:egpx", tr("Tool: {0}", tr("Add EGPX layer")), 18 KeyEvent.VK_X, Shortcut.ALT_SHIFT), 19 true, "gpxfilter/addegpxlayer", true); 19 20 } 20 21
Note:
See TracChangeset
for help on using the changeset viewer.