Changeset 27805 in osm for applications/editors/josm/plugins/OpeningHoursEditor/src/org
- Timestamp:
- 2012-02-16T20:41:48+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.