Changeset 27828 in osm for applications


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

fix shortcut

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/licensechange/src/org/openstreetmap/josm/plugins/licensechange/CheckAction.java

    r27470 r27828  
    3838    {
    3939        super(tr("License Check"), "licensechange", tr("Performs the license check"),
    40         Shortcut.registerShortcut("tools:licensechange", tr("Tool: {0}", tr("License Check")), KeyEvent.VK_C, Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT), true);
     40        Shortcut.registerShortcut("tools:licensechange", tr("Tool: {0}", tr("License Check")), KeyEvent.VK_C, Shortcut.GROUP_DIRECT3+Shortcut.GROUPS_ALT1), true);
    4141        this.plugin = plugin;
    4242    }
Note: See TracChangeset for help on using the changeset viewer.