Changeset 17052 in josm
- Timestamp:
- 2020-09-22T21:00:35+02:00 (4 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/actions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/DownloadNotesInViewAction.java
r17049 r17052 27 27 super(tr("Download notes in current view"), iconName, tr("Download notes in current view"), 28 28 Shortcut.registerShortcut("file:downloadnotesinview", 29 tr("Download notes in current view"), KeyEvent.CHAR_UNDEFINED, Shortcut.NONE), false, 29 tr("File: {0}", tr("Download notes in current view")), KeyEvent.CHAR_UNDEFINED, Shortcut.NONE), false, 30 30 "dialogs/notes/download_in_view", true); 31 31 } -
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.