Changeset 27852 in osm for applications/editors/josm/plugins/licensechange/src
- Timestamp:
- 2012-02-18T13:40:52+01:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/licensechange/src/org/openstreetmap/josm/plugins/licensechange
- Files:
-
- 2 edited
-
CheckAction.java (modified) (1 diff)
-
LicenseChangeDialog.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/licensechange/src/org/openstreetmap/josm/plugins/licensechange/CheckAction.java
r27828 r27852 38 38 { 39 39 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_DIRECT3+Shortcut.GROUPS_ALT1), true);40 Shortcut.registerShortcut("tools:licensechange", tr("Tool: {0}", tr("License Check")), KeyEvent.VK_C, Shortcut.ALT_CTRL_SHIFT), true); 41 41 this.plugin = plugin; 42 42 } -
applications/editors/josm/plugins/licensechange/src/org/openstreetmap/josm/plugins/licensechange/LicenseChangeDialog.java
r27766 r27852 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_DIRECT2+Shortcut.GROUPS_ALT2), 150);78 KeyEvent.VK_L, Shortcut.ALT_CTRL), 150); 79 79 80 80 this.plugin = plugin;
Note:
See TracChangeset
for help on using the changeset viewer.
