Changeset 27852 in osm for applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/FindRelationAction.java
- Timestamp:
- 2012-02-18T13:40:52+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/FindRelationAction.java
r27813 r27852 29 29 super("Find", "relcontext/find", tr("Find a relation"), 30 30 Shortcut.registerShortcut("reltoolbox:find", tr("Relation Toolbox: {0}", tr("Find a relation")), 31 KeyEvent.VK_F, Shortcut. GROUP_HOTKEY+Shortcut.GROUPS_ALT2), true);31 KeyEvent.VK_F, Shortcut.ALT_CTRL), true); 32 32 this.chRel = chRel; 33 33 }
Note:
See TracChangeset
for help on using the changeset viewer.