Ignore:
Timestamp:
2012-01-22T19:55:51+01:00 (12 years ago)
Author:
stoecker
Message:

allow automatic parsing of shortcuts see #7226

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/AbstractMergeAction.java

    r3153 r4851  
    5252    }
    5353
     54    public AbstractMergeAction(String name, String iconName, String tooltip, Shortcut shortcut,
     55    boolean register, String toolbar, boolean installAdapters) {
     56        super(name, iconName, tooltip, shortcut, register, toolbar, installAdapters);
     57    }
     58
    5459    protected Layer askTargetLayer(List<Layer> targetLayers) {
    5560        JComboBox layerList = new JComboBox();
Note: See TracChangeset for help on using the changeset viewer.