Ignore:
Timestamp:
2012-04-14T13:11:51+02:00 (13 years ago)
Author:
stoecker
Message:

fix plugin build

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  
    4141
    4242    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."),
    4444                Shortcut.registerShortcut("mirror:download", tr("File: {0}", tr("Download from OSM mirror...")), KeyEvent.VK_DOWN, Shortcut.ALT_SHIFT),
    4545                true, "mirroreddownload/download", true);
  • applications/editors/josm/plugins/mirrored_download/src/mirrored_download/UrlSelectionAction.java

    r28108 r28290  
    1616
    1717    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."),
    1919                null, true, "mirroreddownload/urlselection", true);
    2020        putValue("help", ht("/Action/SelectUrl"));
Note: See TracChangeset for help on using the changeset viewer.