Changeset 17066 in josm


Ignore:
Timestamp:
2020-09-28T16:27:00+02:00 (4 years ago)
Author:
stoecker
Message:

fix #19753 - silence shortcut parser

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java

    r17032 r17066  
    206206            tagTable, editHelper::getDataKey, OsmDataManager.getInstance()::getInProgressISelection);
    207207    private final CopyAllKeyValueAction copyAllKeyValueAction = new CopyAllKeyValueAction(
    208             tagTable, editHelper::getDataKey, OsmDataManager.getInstance()::getInProgressISelection).registerShortcut();
     208            tagTable, editHelper::getDataKey, OsmDataManager.getInstance()::getInProgressISelection).registerShortcut(); /* NO-SHORTCUT */
    209209    private final SearchAction searchActionSame = new SearchAction(true);
    210210    private final SearchAction searchActionAny = new SearchAction(false);
Note: See TracChangeset for help on using the changeset viewer.