Changeset 27828 in osm for applications/editors/josm
- Timestamp:
- 2012-02-17T17:23:04+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/licensechange/src/org/openstreetmap/josm/plugins/licensechange/CheckAction.java
r27470 r27828 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_ 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); 41 41 this.plugin = plugin; 42 42 }
Note:
See TracChangeset
for help on using the changeset viewer.