Changeset 27768 in osm
- Timestamp:
- 2012-02-15T21:48:37+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/HouseNumberTaggingTool/src/org/openstreetmap/josm/plugins/housenumbertool/LaunchAction.java
r27510 r27768 27 27 "home-icon32", 28 28 "Launches the HouseNumberTaggingTool dialog", 29 Shortcut.registerShortcut("edit:housenumbertaggingtool", "HouseNumberTaggingTool", KeyEvent.VK_ Y, Shortcut.GROUP_EDIT),29 Shortcut.registerShortcut("edit:housenumbertaggingtool", "HouseNumberTaggingTool", KeyEvent.VK_K, Shortcut.GROUP_EDIT), 30 30 true); 31 31 -
applications/editors/josm/plugins/imagewaypoint/build.xml
r27361 r27768 32 32 <property name="commit.message" value="Updated the constructor signature of the plugin main class"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 549"/>34 <property name="plugin.main.version" value="4928"/> 35 35 <property name="josm" location="../../core/dist/josm-custom.jar"/> 36 36 <property name="plugin.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/imagewaypoint/src/org/insignificant/josm/plugins/imagewaypoint/ImageWayPointDialog.java
r13497 r27768 189 189 tr("Display non-geotagged photos"), 190 190 Shortcut.registerShortcut("subwindow:imagewaypoint", tr("Toggle: {0}", tr("WayPoint Image")), 191 KeyEvent.VK_Y, Shortcut.GROUP_LAYER ),191 KeyEvent.VK_Y, Shortcut.GROUP_LAYER+Shortcut.GROUPS_ALT1), 192 192 200); 193 193
Note:
See TracChangeset
for help on using the changeset viewer.