Ignore:
Timestamp:
2011-07-10T08:55:51+02:00 (14 years ago)
Author:
zverik
Message:

implemented most TODO requests, fixed some bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reltoolbox/src/relcontext/RelContextDialog.java

    r26125 r26290  
    453453            add(new SelectMembersAction(chosenRelation));
    454454            add(new SelectRelationAction(chosenRelation));
     455            add(new DuplicateChosenRelationAction(chosenRelation));
    455456            add(new DeleteChosenRelationAction(chosenRelation));
    456457            add(new DownloadParentsAction(chosenRelation));
     
    514515            addMenuItem("boundaryways", tr("Add tags boundary and admin_level to boundary relation ways"));
    515516            addMenuItem("tags", tr("Move area tags from contour to relation"));
     517            addMenuItem("alltags", tr("When moving tags, consider even non-repeating ones"));
    516518        }
    517519
Note: See TracChangeset for help on using the changeset viewer.