Changeset 27843 in osm for applications


Ignore:
Timestamp:
2012-02-17T20:08:49+01:00 (13 years ago)
Author:
akks
Message:

mirrored_download shortcut conflict resolved (moved to alt-shift-down)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mirrored_download/src/mirrored_download/DownloadAction2.java

    r27694 r27843  
    2929    public DownloadAction2() {
    3030        super(tr("Download from OSM mirror..."), null, tr("Download map data from the OSM server."),
    31                 Shortcut.registerShortcut("mirror:download", tr("File: {0}", tr("Download from OSM mirror...")), KeyEvent.VK_D, Shortcut.GROUPS_ALT1+Shortcut.GROUP_HOTKEY), true);
     31                Shortcut.registerShortcut("mirror:download", tr("File: {0}", tr("Download from OSM mirror...")), KeyEvent.VK_DOWN, Shortcut.GROUPS_ALT1+Shortcut.GROUP_DIRECT2), true);
    3232        putValue("help", ht("/Action/MirroredDownload"));
    3333    }
Note: See TracChangeset for help on using the changeset viewer.