Ignore:
Timestamp:
2008-11-18T19:53:53+01:00 (15 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/search/SearchAction.java

    r1063 r1084  
    2222import org.openstreetmap.josm.data.osm.OsmPrimitive;
    2323import org.openstreetmap.josm.tools.GBC;
    24 import org.openstreetmap.josm.tools.ShortCut;
     24import org.openstreetmap.josm.tools.Shortcut;
    2525
    2626public class SearchAction extends JosmAction {
     
    3838    public SearchAction() {
    3939        super(tr("Search ..."), "dialogs/search", tr("Search for objects."),
    40         ShortCut.registerShortCut("system:find", tr("Search..."), KeyEvent.VK_F, ShortCut.GROUP_HOTKEY), true);
     40        Shortcut.registerShortcut("system:find", tr("Search..."), KeyEvent.VK_F, Shortcut.GROUP_HOTKEY), true);
    4141    }
    4242
Note: See TracChangeset for help on using the changeset viewer.