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

    r1054 r1084  
    1616import org.openstreetmap.josm.gui.download.DownloadDialog.DownloadTask;
    1717import org.openstreetmap.josm.tools.GBC;
    18 import org.openstreetmap.josm.tools.ShortCut;
     18import org.openstreetmap.josm.tools.Shortcut;
    1919
    2020/**
     
    3232        public DownloadAction() {
    3333                super(tr("Download from OSM ..."), "download", tr("Download map data from the OSM server."),
    34                 ShortCut.registerShortCut("file:download", tr("File: {0}", tr("Download from OSM ...")), KeyEvent.VK_D, ShortCut.GROUPS_ALT1+ShortCut.GROUP_HOTKEY), true);
     34                Shortcut.registerShortcut("file:download", tr("File: {0}", tr("Download from OSM ...")), KeyEvent.VK_D, Shortcut.GROUPS_ALT1+Shortcut.GROUP_HOTKEY), true);
    3535        }
    3636
Note: See TracChangeset for help on using the changeset viewer.