Ignore:
Timestamp:
24.11.2009 10:45:04 (2 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/actions/CloseChangesetAction.java

    r2323 r2512  
    4949    } 
    5050 
    51  
    5251    protected void onPostDownloadOpenChangesets(DownloadOpenChangesetsTask task) { 
    5352        if (task.isCancelled() || task.getLastException() != null) return; 
     
    7574    } 
    7675 
    77  
    7876    private class DownloadOpenChangesetsTask extends PleaseWaitRunnable { 
    7977 
     
    8583 
    8684        /** 
    87          *  
     85         * 
    8886         * @param model provides the user id of the current user and accepts the changesets 
    8987         * after download 
     
    116114         * Fetch the user info from the server. This is necessary if we don't know 
    117115         * the users id yet 
    118          *  
     116         * 
    119117         * @return the user info 
    120118         * @throws OsmTransferException thrown in case of any communication exception 
Note: See TracChangeset for help on using the changeset viewer.