Ignore:
Timestamp:
2012-02-15T21:29:21+01:00 (13 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/InfoAction.java

    r4408 r4942  
    1919    public InfoAction() {
    2020        super(tr("Advanced info"), "about",
    21                 tr("Display advanced object information about OSM nodes, ways, or relations."),
    22                 Shortcut.registerShortcut("core:info",
    23                 tr("Advanced info"), KeyEvent.VK_I, Shortcut.GROUP_HOTKEY), false);
     21            tr("Display advanced object information about OSM nodes, ways, or relations."),
     22            Shortcut.registerShortcut("core:info",
     23                tr("Advanced info"), KeyEvent.VK_I, Shortcut.GROUP_HOTKEY),
     24            true, "action/info", true);
    2425        putValue("help", ht("/Action/InfoAboutElements"));
    25         putValue("toolbar", "action/info");
    26         Main.toolbar.register(this);
    2726    }
    2827
Note: See TracChangeset for help on using the changeset viewer.