Changeset 27832 in osm for applications


Ignore:
Timestamp:
2012-02-17T17:59:58+01:00 (13 years ago)
Author:
stoecker
Message:

fix deprecation

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

Legend:

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

    r27019 r27832  
    3232    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    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="4928"/>
    3535    <!--
    3636      ************************************************
  • applications/editors/josm/plugins/download_along/src/org/openstreetmap/josm/plugin/download_along/DownloadAlong.java

    r27526 r27832  
    5656          tr("Download OSM data along the selected ways."),
    5757          Shortcut.registerShortcut("tools:download_along", tr("Tool: {0}",
    58           tr("Download Along")), KeyEvent.VK_D, Shortcut.GROUP_EDIT,
    59           KeyEvent.SHIFT_DOWN_MASK | KeyEvent.ALT_DOWN_MASK), true);
     58          tr("Download Along")), KeyEvent.VK_D, Shortcut.GROUP_EDIT+
     59          Shortcut.GROUPS_ALT2), true);
    6060    }
    6161
Note: See TracChangeset for help on using the changeset viewer.