Changeset 27852 in osm for applications/editors/josm/plugins/licensechange
- Timestamp:
- 2012-02-18T13:40:52+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/licensechange
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/licensechange/build.xml
r27766 r27852 26 26 --> 27 27 <property name="commit.message" value=""/> 28 <property name="plugin.main.version" value="49 28"/>28 <property name="plugin.main.version" value="4980"/> 29 29 <property name="josm" location="../../core/dist/josm-custom.jar"/> 30 30 <property name="plugin.dist.dir" value="../../dist"/> -
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.