Changeset 27927 in osm for applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/CreateRelationAction.java
- Timestamp:
- 2012-02-23T10:17:25+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/CreateRelationAction.java
r27852 r27927 39 39 super(tr("New"), "data/relation", tr("Create a relation from selected objects"), 40 40 Shortcut.registerShortcut("reltoolbox:create", tr("Relation Toolbox: {0}", tr("Create a new relation")), 41 KeyEvent.VK_N, Shortcut.ALT_CTRL), true);41 KeyEvent.VK_N, Shortcut.ALT_CTRL), false); 42 42 this.chRel = chRel; 43 43 updateEnabledState();
Note:
See TracChangeset
for help on using the changeset viewer.
