Ignore:
Timestamp:
2009-12-04T15:53:55+01:00 (14 years ago)
Author:
Gubaer
Message:

fixed #3684: Add "chunked" upload mode
Removed support for API "0.5" when uploading (there are still 0.5-files around, but I'm not aware of any 0.5-servers)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/command/RelationMemberConflictResolverCommand.java

    r2512 r2569  
    6868        super.executeCommand();
    6969
    70         // replace the list of nodes of 'my' way by the list of merged
    71         // nodes
     70        // replace the list of members of 'my' relation by the list of merged
     71        // members
    7272        //
    7373        my.setMembers(mergedMembers);
     
    8787    public void undoCommand() {
    8888        if (! Main.map.mapView.hasLayer(layer)) {
    89             logger.warning(tr("Can't undo command ''{0}'' because layer ''{1}'' is not present any more",
     89            logger.warning(tr("Can''t undo command ''{0}'' because layer ''{1}'' is not present any more",
    9090                    this.toString(),
    9191                    layer.toString()
Note: See TracChangeset for help on using the changeset viewer.