Ignore:
Timestamp:
2006-09-09T00:18:24+02:00 (20 years ago)
Author:
imi
Message:
  • added feature "Save" (old save is now "Save as")
  • added feature to rename a layer
  • fixed bug that geo-images pop up more than once
  • fixed bug where you could try to change properties for 0 objects
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/actions/DownloadIncompleteAction.java

    r137 r138  
    6161                                startDownloadNodes();
    6262                        else if (errorMessage == null)
    63                                 Main.main.addLayer(new OsmDataLayer(dataSet, tr("Data Layer"), false));
     63                                Main.main.addLayer(new OsmDataLayer(dataSet, tr("Data Layer"), null));
    6464                }
    6565
Note: See TracChangeset for help on using the changeset viewer.