Changeset 27852 in osm for applications/editors/josm/plugins/OpeningHoursEditor
- Timestamp:
- 2012-02-18T13:40:52+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
r27805 r27852 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="49 28"/>34 <property name="plugin.main.version" value="4980"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/OhePlugin.java
r27808 r27852 88 88 tr("Edit time-tag of selected element in a graphical interface"), Shortcut.registerShortcut( 89 89 "tools:opening_hourseditor", tr("Tool: {0}", tr("Edit opening hours")), KeyEvent.VK_O, 90 Shortcut. GROUP_DIRECT3+Shortcut.GROUPS_ALT1), false);90 Shortcut.ALT_CTRL_SHIFT), false); 91 91 } 92 92
Note:
See TracChangeset
for help on using the changeset viewer.