Ignore:
Timestamp:
2008-12-25T14:25:37+01:00 (17 years ago)
Author:
stoecker
Message:

updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/waypoints/src/WaypointOpenAction.java

    r9949 r12575  
    2121import org.openstreetmap.josm.gui.layer.OsmDataLayer;
    2222import org.openstreetmap.josm.actions.DiskAccessAction;
     23import org.openstreetmap.josm.tools.Shortcut;
    2324import org.xml.sax.SAXException;
    2425
     
    3334         */
    3435        public WaypointOpenAction() {
    35                 super(tr("Open waypoints file"), "open", tr("Open a waypoints file."),
    36                                                 KeyEvent.VK_W, InputEvent.CTRL_DOWN_MASK);
     36                super(tr("Open waypoints file"), "open", tr("Open a waypoints file."),
     37                Shortcut.registerShortcut("tools:waypoints", tr("Menu: {0}",
     38                tr("Open waypoints file")), KeyEvent.VK_W, Shortcut.GROUP_MENU, Shortcut.SHIFT_DEFAULT));
    3739        }
    3840
Note: See TracChangeset for help on using the changeset viewer.