Changeset 27767 in osm for applications
- Timestamp:
- 2012-02-15T21:43:09+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/mapdust
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapdust/build.xml
r27119 r27767 3 3 <!-- properties --> 4 4 <property name="commit.message" value="MapDust bug reporter plugin"/> 5 <property name="plugin.main.version" value="4 549"/>5 <property name="plugin.main.version" value="4928"/> 6 6 <property name="josm" location="../../core/dist/josm-custom.jar"/> 7 7 <property name="plugin.build.dir" value="build/classes"/> -
applications/editors/josm/plugins/mapdust/src/org/openstreetmap/josm/plugins/mapdust/MapdustPlugin.java
r27596 r27767 125 125 /* create MapDust GUI */ 126 126 Shortcut shortcut = Shortcut.registerShortcut("MapDust", tr("Toggle: {0}", tr("Open MapDust")), 127 KeyEvent.VK_0, Shortcut.GROUP_LAYER , Shortcut.SHIFT_DEFAULT);127 KeyEvent.VK_0, Shortcut.GROUP_LAYER+Shortcut.GROUPS_ALT1); 128 128 String name = "MapDust bug reports"; 129 129 String tooltip = "Activates the MapDust bug reporter plugin";
Note:
See TracChangeset
for help on using the changeset viewer.