Ignore:
Timestamp:
2011-03-02T15:00:31+01:00 (13 years ago)
Author:
bastiK
Message:

fixed #6032 - Keystroke shift alt pressed A is already assigned to org.openstreetmap.josm.gui.dialogs.ToggleDialog$ToggleDialogAction

File:
1 edited

Legend:

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

    r3896 r3940  
    8686    public MapPaintDialog() {
    8787        super(tr("Map Paint Styles"), "mapstyle", tr("configure the map painting style"),
    88                 Shortcut.registerShortcut("subwindow:authors", tr("Toggle: {0}", tr("Authors")), KeyEvent.VK_M, Shortcut.GROUP_LAYER, Shortcut.SHIFT_DEFAULT), 150);
     88                Shortcut.registerShortcut("subwindow:mappaint", tr("Toggle: {0}", tr("MapPaint")), KeyEvent.VK_M, Shortcut.GROUP_LAYER, Shortcut.SHIFT_DEFAULT), 150);
    8989        build();
    9090    }
Note: See TracChangeset for help on using the changeset viewer.