Ignore:
Timestamp:
2008-11-18T19:53:53+01:00 (16 years ago)
Author:
framm
Message:
  • cosmetics: rename ShortCut to Shortcut, and shortCut to shortcut
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/JoinNodeWayAction.java

    r1054 r1084  
    2323import org.openstreetmap.josm.data.osm.Way;
    2424import org.openstreetmap.josm.data.osm.WaySegment;
    25 import org.openstreetmap.josm.tools.ShortCut;
     25import org.openstreetmap.josm.tools.Shortcut;
    2626
    2727public class JoinNodeWayAction extends JosmAction {
    2828        public JoinNodeWayAction() {
    2929            super(tr("Join node to way"), "joinnodeway", tr("Join a node into the nearest way segments"),
    30                         ShortCut.registerShortCut("tools:joinnodeway", tr("Tool: {0}", tr("Join node to way")), KeyEvent.VK_J, ShortCut.GROUP_EDIT), true);
     30                        Shortcut.registerShortcut("tools:joinnodeway", tr("Tool: {0}", tr("Join node to way")), KeyEvent.VK_J, Shortcut.GROUP_EDIT), true);
    3131        }
    3232
Note: See TracChangeset for help on using the changeset viewer.