Ignore:
Timestamp:
2009-11-24T10:45:04+01:00 (14 years ago)
Author:
stoecker
Message:

i18n updated, fixed files to reduce problems when applying patches, fix #4017

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/download/DownloadSelection.java

    r2344 r2512  
    33
    44import org.openstreetmap.josm.data.Bounds;
    5 
    65
    76public interface DownloadSelection  {
     
    1211    void addGui(DownloadDialog gui);
    1312
    14    
    1513    /**
    1614     * Sets the current download area. The area may be null to clear
    1715     * the current download area.
    18      * 
     16     *
    1917     * @param are the current download area
    2018     */
    2119    public void setDownloadArea(Bounds area);
    2220}
    23 
Note: See TracChangeset for help on using the changeset viewer.