Changeset 27766 in osm for applications/editors/josm/plugins/licensechange/src
- Timestamp:
- 2012-02-15T21:39:20+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/licensechange/src/org/openstreetmap/josm/plugins/licensechange/LicenseChangeDialog.java
r27359 r27766 76 76 super(tr("Relicensing problems"), "licensechange", tr("Open the relicensing window."), 77 77 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); 79 79 80 80 this.plugin = plugin;
Note:
See TracChangeset
for help on using the changeset viewer.
