Ignore:
Timestamp:
30.08.2009 15:41:28 (3 years ago)
Author:
Gubaer
Message:

new: tag conflict resolution when pasting tags (only if necessary)
fixed #2611: cant copy'n'past tags from a relation to ways or other way round
fixed #3137: Paste Tags does not work for relations

File:
1 edited

Legend:

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

    r1986 r2008  
    6767        } 
    6868        revision = loadFile(u, manifest); 
     69        System.out.println("Revision: " + revision.getText()); 
    6970 
    7071        Pattern versionPattern = Pattern.compile(".*?(?:Revision|Main-Version): ([0-9]*(?: SVN)?).*", Pattern.CASE_INSENSITIVE|Pattern.DOTALL); 
Note: See TracChangeset for help on using the changeset viewer.