Changeset 27769 in osm
- Timestamp:
- 2012-02-15T21:56:08+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/imageryadjust
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imageryadjust/build.xml
r27744 r27769 32 32 <property name="commit.message" value="ImageryAdjust: Adjust while holding Y"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 667"/>34 <property name="plugin.main.version" value="4928"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/imageryadjust/src/imageryadjust/ImageryAdjustMapMode.java
r27756 r27769 36 36 super(tr("Adjust imagery"), "adjustimg", 37 37 tr("Adjust the position of the selected imagery layer"), 38 Shortcut.registerShortcut("imageryadjust:adjustmode", tr("Mode: {0}", tr("Adjust imagery")), KeyEvent.VK_Y, Shortcut.GROUP_EDIT), 38 Shortcut.registerShortcut("imageryadjust:adjustmode", tr("Mode: {0}", tr("Adjust imagery")), 39 KeyEvent.VK_Y, Shortcut.GROUP_DIRECT2+Shortcut.GROUPS_ALT2), 39 40 mapFrame, 40 41 ImageProvider.getCursor("normal", "move"));
Note:
See TracChangeset
for help on using the changeset viewer.