Ignore:
Timestamp:
2012-02-15T21:29:21+01:00 (12 years ago)
Author:
stoecker
Message:

fix some shortcut deprecations, move layer list toggle from <ALT>+<L> to <ALT>+<SHIFT>+<L> to free <ALT>+<L> for PicLayer menu

File:
1 edited

Legend:

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

    r4602 r4942  
    2828    }
    2929
    30     public AbstractInfoAction(String name, String iconName, String tooltip, Shortcut shortcut, boolean register) {
    31         super(name, iconName, tooltip, shortcut, register);
     30    public AbstractInfoAction(String name, String iconName, String tooltip, Shortcut shortcut, boolean register, String toolbarId, boolean installAdapters) {
     31        super(name, iconName, tooltip, shortcut, register, toolbarId, installAdapters);
    3232    }
    3333
Note: See TracChangeset for help on using the changeset viewer.