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/CombineWayAction.java

    r1054 r1084  
    4040import org.openstreetmap.josm.tools.GBC;
    4141import org.openstreetmap.josm.tools.Pair;
    42 import org.openstreetmap.josm.tools.ShortCut;
     42import org.openstreetmap.josm.tools.Shortcut;
    4343
    4444/**
     
    5151        public CombineWayAction() {
    5252                super(tr("Combine Way"), "combineway", tr("Combine several ways into one."),
    53                 ShortCut.registerShortCut("tools:combineway", tr("Tool: {0}", tr("Combine Way")), KeyEvent.VK_C, ShortCut.GROUP_EDIT), true);
     53                Shortcut.registerShortcut("tools:combineway", tr("Tool: {0}", tr("Combine Way")), KeyEvent.VK_C, Shortcut.GROUP_EDIT), true);
    5454                DataSet.selListeners.add(this);
    5555        }
Note: See TracChangeset for help on using the changeset viewer.