Changeset 27766 in osm for applications/editors/josm/plugins/licensechange
- Timestamp:
- 2012-02-15T21:39:20+01:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/licensechange
- Files:
-
- 2 edited
-
build.xml (modified) (1 diff)
-
src/org/openstreetmap/josm/plugins/licensechange/LicenseChangeDialog.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/licensechange/build.xml
r27218 r27766 26 26 --> 27 27 <property name="commit.message" value=""/> 28 <property name="plugin.main.version" value="4 394"/>28 <property name="plugin.main.version" value="4928"/> 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/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.
