Ignore:
Timestamp:
2012-02-15T21:39:20+01:00 (14 years ago)
Author:
stoecker
Message:

fix shortcuts

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

Legend:

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

    r27218 r27766  
    2626    -->
    2727    <property name="commit.message" value=""/>
    28     <property name="plugin.main.version" value="4394"/>
     28    <property name="plugin.main.version" value="4928"/>
    2929    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    3030    <property name="plugin.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/licensechange/src/org/openstreetmap/josm/plugins/licensechange/LicenseChangeDialog.java

    r27359 r27766  
    7676        super(tr("Relicensing problems"), "licensechange", tr("Open the relicensing window."),
    7777                Shortcut.registerShortcut("subwindow:licensechange", tr("Toggle: {0}", tr("Relicensing problems")),
    78                         KeyEvent.VK_L, Shortcut.GROUP_LAYER, Shortcut.SHIFT_DEFAULT), 150);
     78                        KeyEvent.VK_L, Shortcut.GROUP_DIRECT2+Shortcut.GROUPS_ALT2), 150);
    7979
    8080        this.plugin = plugin;
Note: See TracChangeset for help on using the changeset viewer.