Changeset 14679 in josm
- Timestamp:
- 2019-01-12T17:46:13+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/relation/GenericRelationEditor.java
r14470 r14679 105 105 import org.openstreetmap.josm.spi.preferences.Config; 106 106 import org.openstreetmap.josm.tools.CheckParameterUtil; 107 import org.openstreetmap.josm.tools.InputMapUtils; 107 108 import org.openstreetmap.josm.tools.Logging; 108 109 import org.openstreetmap.josm.tools.Shortcut; … … 278 279 } 279 280 ); 281 InputMapUtils.addCtrlEnterAction(getRootPane(), okAction); 280 282 // CHECKSTYLE.OFF: LineLength 281 283 registerCopyPasteAction(tagEditorPanel.getPasteAction(), "PASTE_TAGS",
Note:
See TracChangeset
for help on using the changeset viewer.