Ignore:
Timestamp:
2012-02-16T21:59:52+01:00 (13 years ago)
Author:
stoecker
Message:

fix shortcut conflict and deprecation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/OsbDialog.java

    r26299 r27817  
    115115                tr("Opens the OpenStreetBugs window and activates the automatic download"), Shortcut.registerShortcut(
    116116                        "view:openstreetbugs", tr("Toggle: {0}", tr("Open OpenStreetBugs")), KeyEvent.VK_B,
    117                         Shortcut.GROUP_LAYER, Shortcut.SHIFT_DEFAULT), 150);
     117                        Shortcut.GROUP_LAYER+Shortcut.GROUPS_ALT1), 150);
    118118
    119119        osbPlugin = plugin;
Note: See TracChangeset for help on using the changeset viewer.