Ignore:
Timestamp:
2012-02-15T21:43:09+01:00 (13 years ago)
Author:
stoecker
Message:

fix deprecation

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

Legend:

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

    r27119 r27767  
    33    <!-- properties -->
    44    <property name="commit.message" value="MapDust bug reporter plugin"/>
    5     <property name="plugin.main.version" value="4549"/>
     5    <property name="plugin.main.version" value="4928"/>
    66    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    77    <property name="plugin.build.dir" value="build/classes"/>
  • applications/editors/josm/plugins/mapdust/src/org/openstreetmap/josm/plugins/mapdust/MapdustPlugin.java

    r27596 r27767  
    125125        /* create MapDust GUI */
    126126        Shortcut shortcut = Shortcut.registerShortcut("MapDust", tr("Toggle: {0}", tr("Open MapDust")),
    127                 KeyEvent.VK_0, Shortcut.GROUP_LAYER, Shortcut.SHIFT_DEFAULT);
     127                KeyEvent.VK_0, Shortcut.GROUP_LAYER+Shortcut.GROUPS_ALT1);
    128128        String name = "MapDust bug reports";
    129129        String tooltip = "Activates the MapDust bug reporter plugin";
Note: See TracChangeset for help on using the changeset viewer.