Ignore:
Timestamp:
2012-01-23T04:59:59+01:00 (13 years ago)
Author:
akks
Message:

InfoMode: shortcut id

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/infomode/src/org/openstreetmap/josm/plugins/infomode/InfoMode.java

    r27557 r27591  
    5959    InfoMode(MapFrame mapFrame) {
    6060        super(tr("InfoMode"), "infomode.png", tr("GPX info mode"),
    61                 Shortcut.registerShortcut("mapmode/infomode", tr("Mode: {0}", tr("GPX info mode")), KeyEvent.VK_BACK_SLASH, Shortcut.GROUP_EDIT), mapFrame, Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR));
     61                Shortcut.registerShortcut("mapmode:infomode", tr("Mode: {0}", tr("GPX info mode")), KeyEvent.VK_BACK_SLASH, Shortcut.GROUP_EDIT), mapFrame, Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR));
    6262        infoPanel=new InfoPanel();
    6363       
Note: See TracChangeset for help on using the changeset viewer.