Ignore:
Timestamp:
2012-02-16T20:41:48+01:00 (13 years ago)
Author:
stoecker
Message:

fix shortcut conflict

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/OhePlugin.java

    r26838 r27805  
    8787            super(tr("Edit opening hours"), "opening_hours.png",
    8888                    tr("Edit time-tag of selected element in a graphical interface"), Shortcut.registerShortcut(
    89                             "tools:opening_hourseditor", tr("Tool: {0}", tr("Edit opening hours")), KeyEvent.VK_T,
    90                             Shortcut.GROUP_MENU), false);
     89                            "tools:opening_hourseditor", tr("Tool: {0}", tr("Edit opening hours")), KeyEvent.VK_O,
     90                            Shortcut.GROUP_DIRECT2+Shortcut.GROUPS_ALT1), false);
    9191        }
    9292
Note: See TracChangeset for help on using the changeset viewer.