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

fix deprecation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.