Changeset 27578 in osm for applications


Ignore:
Timestamp:
2012-01-22T16:49:43+01:00 (13 years ago)
Author:
akks
Message:

'GPXFilter: help shortcut parser, rebuild'

Location:
applications/editors/josm/plugins/gpxfilter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/gpxfilter/build.xml

    r26990 r27578  
    3030<project name="gpxfilter" default="dist" basedir=".">
    3131    <!-- enter the SVN commit message -->
    32     <property name="commit.message" value="Commit message"/>
     32    <property name="commit.message" value="GPXFilter: help shortcut parser, rebuild"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4549"/>
     34    <property name="plugin.main.version" value="4847"/>
    3535    <!--
    3636      ************************************************
  • applications/editors/josm/plugins/gpxfilter/src/gpxfilter/AddEGpxLayerAction.java

    r23541 r27578  
    1515    public AddEGpxLayerAction() {
    1616        super(tr("Add EGPX layer"),null,tr("Add EGPX layer"),
    17                 Shortcut.registerShortcut("tool:egpx",
    18                         tr("Tool: {0}", tr("Add EGPX layer")),
    19                         KeyEvent.VK_G, Shortcut.GROUP_EDIT,
    20                         Shortcut.SHIFT_DEFAULT),
    21                 true);
     17                Shortcut.registerShortcut("tool:egpx", tr("Tool: {0}", tr("Add EGPX layer")),
     18                        KeyEvent.VK_G, Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT)
     19                , true);
    2220    }
    2321
Note: See TracChangeset for help on using the changeset viewer.