Ignore:
Timestamp:
2012-02-18T22:19:33+01:00 (12 years ago)
Author:
stoecker
Message:

fix conflict

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/gui/RoutingDialog.java

    r27852 r27866  
    6868    public RoutingDialog() {
    6969        super(tr("Routing"), "routing", tr("Open a list of routing nodes"),
    70                 Shortcut.registerShortcut("subwindow:relations", tr("Toggle: {0}", tr("Routing")), KeyEvent.VK_R, Shortcut.ALT), 150);
     70                Shortcut.registerShortcut("subwindow:relations", tr("Toggle: {0}", tr("Routing")), KeyEvent.VK_R, Shortcut.ALT_CTRL_SHIFT), 150);
    7171        model = new DefaultListModel();
    7272        createLayout(getJScrollPane(), false, null);
Note: See TracChangeset for help on using the changeset viewer.