Changeset 25520 in osm


Ignore:
Timestamp:
2011-03-05T13:10:31+01:00 (13 years ago)
Author:
hampelratte
Message:

Ticket 6033

changed shortcut to Shift + Alt + B (for Bugs) to solve the conflict with the command stack window.

File:
1 edited

Legend:

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

    r25519 r25520  
    112112
    113113    public OsbDialog(final OsbPlugin plugin) {
    114 //        super(tr("Open OpenStreetBugs"), "icon_error24",
    115 //                tr("Opens the OpenStreetBugs window and activates the automatic download"), Shortcut.registerShortcut(
    116 //                        "view:openstreetbugs", tr("Toggle: {0}", tr("Open OpenStreetBugs")), KeyEvent.VK_O,
    117 //                        Shortcut.GROUP_LAYER, KeyEvent.CTRL_DOWN_MASK | KeyEvent.ALT_DOWN_MASK), 150);
    118114        super(tr("Open OpenStreetBugs"), "icon_error24",
    119115                tr("Opens the OpenStreetBugs window and activates the automatic download"), Shortcut.registerShortcut(
Note: See TracChangeset for help on using the changeset viewer.