Changeset 17052 in josm for trunk/src/org/openstreetmap/josm/actions/DownloadOsmInViewAction.java
- Timestamp:
- 2020-09-22T21:00:35+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/DownloadOsmInViewAction.java
r17049 r17052 31 31 super(tr("Download in current view"), "download_in_view", tr("Download map data from the OSM server in current view"), 32 32 Shortcut.registerShortcut("file:downloadosminview", 33 tr("Download in current view"), KeyEvent.CHAR_UNDEFINED, Shortcut.NONE), false, 33 tr("File: {0}", tr("Download in current view")), KeyEvent.CHAR_UNDEFINED, Shortcut.NONE), false, 34 34 "dialogs/download_in_view", true); 35 35 }
Note:
See TracChangeset
for help on using the changeset viewer.
