Changeset 28290 in osm for applications/editors/josm/plugins/mirrored_download
- Timestamp:
- 2012-04-14T13:11:51+02:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/mirrored_download/src/mirrored_download
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mirrored_download/src/mirrored_download/MirroredDownloadAction.java
r28174 r28290 41 41 42 42 public MirroredDownloadAction() { 43 super(tr("Download from OSM mirror..."), null, tr("Download map data from the OSM server."),43 super(tr("Download from OSM mirror..."), (String)null, tr("Download map data from the OSM server."), 44 44 Shortcut.registerShortcut("mirror:download", tr("File: {0}", tr("Download from OSM mirror...")), KeyEvent.VK_DOWN, Shortcut.ALT_SHIFT), 45 45 true, "mirroreddownload/download", true); -
applications/editors/josm/plugins/mirrored_download/src/mirrored_download/UrlSelectionAction.java
r28108 r28290 16 16 17 17 public UrlSelectionAction() { 18 super(tr("Select OSM mirror URL"), null, tr("Select OSM mirror URL to download from."),18 super(tr("Select OSM mirror URL"), (String)null, tr("Select OSM mirror URL to download from."), 19 19 null, true, "mirroreddownload/urlselection", true); 20 20 putValue("help", ht("/Action/SelectUrl"));
Note:
See TracChangeset
for help on using the changeset viewer.