Changeset 27805 in osm for applications/editors/josm/plugins
- Timestamp:
- 2012-02-16T20:41:48+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/OpeningHoursEditor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/OpeningHoursEditor/build.xml
r26990 r27805 32 32 <property name="commit.message" value="fixed main version"/> 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 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/OhePlugin.java
r26838 r27805 87 87 super(tr("Edit opening hours"), "opening_hours.png", 88 88 tr("Edit time-tag of selected element in a graphical interface"), Shortcut.registerShortcut( 89 "tools:opening_hourseditor", tr("Tool: {0}", tr("Edit opening hours")), KeyEvent.VK_ T,90 Shortcut.GROUP_ MENU), false);89 "tools:opening_hourseditor", tr("Tool: {0}", tr("Edit opening hours")), KeyEvent.VK_O, 90 Shortcut.GROUP_DIRECT2+Shortcut.GROUPS_ALT1), false); 91 91 } 92 92
Note:
See TracChangeset
for help on using the changeset viewer.