Ignore:
Timestamp:
2011-03-23T17:57:13+01:00 (14 years ago)
Author:
zverik
Message:

two unneccesary, but fun actions from PropertiesDialog (relcontext plugin)

File:
1 edited

Legend:

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

    r25679 r25680  
    300300
    301301    private static final Map<String, String[]> possibleRoles = new HashMap<String, String[]>();
    302     {
     302    static {
    303303        possibleRoles.put("boundary", new String[] {"admin_centre", "label", "subarea"});
    304304        possibleRoles.put("route", new String[] {"forward", "backward", "stop", "platform"});
     
    411411            add(new DeleteChosenRelationAction(chosenRelation));
    412412            add(new DownloadParentsAction(chosenRelation));
     413            addSeparator();
     414            add(new SelectInRelationPanelAction(chosenRelation));
     415            add(new RelationHelpAction(chosenRelation));
    413416        }
    414417    }
Note: See TracChangeset for help on using the changeset viewer.