Ignore:
Timestamp:
2012-02-18T12:53:53+01:00 (14 years ago)
Author:
stoecker
Message:

see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations

File:
1 edited

Legend:

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

    r4956 r4982  
    8787        super(tr("Map Paint Styles"), "mapstyle", tr("configure the map painting style"),
    8888            Shortcut.registerShortcut("subwindow:mappaint", tr("Toggle: {0}", tr("MapPaint")),
    89             KeyEvent.VK_M, Shortcut.GROUP_LAYER+Shortcut.GROUPS_ALT1), 150);
     89            KeyEvent.VK_M, Shortcut.ALT_SHIFT), 150);
    9090        build();
    9191    }
Note: See TracChangeset for help on using the changeset viewer.