Changeset 4982 in josm for trunk/src/org/openstreetmap/josm/actions/DownloadAction.java
- Timestamp:
- 2012-02-18T12:53:53+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/DownloadAction.java
r4966 r4982 28 28 public DownloadAction() { 29 29 super(tr("Download from OSM..."), "download", tr("Download map data from the OSM server."), 30 Shortcut.registerShortcut("file:download", tr("File: {0}", tr("Download from OSM...")), KeyEvent.VK_DOWN, Shortcut. GROUP_HOTKEY+Shortcut.GROUPS_ALT1), true);30 Shortcut.registerShortcut("file:download", tr("File: {0}", tr("Download from OSM...")), KeyEvent.VK_DOWN, Shortcut.CTRL_SHIFT), true); 31 31 putValue("help", ht("/Action/Download")); 32 32 }
Note:
See TracChangeset
for help on using the changeset viewer.
