Ignore:
Timestamp:
10.09.2010 07:45:16 (21 months ago)
Author:
jttt
Message:
  • add New relation button to Preset dialog
  • add required attribute to tagging preset (allows to specify what tags has to filled for osm primitive to qualify as having preset)
  • show list of preset also in relation dialog
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/io/TagSettingsPanel.java

    r3133 r3518  
    2727    protected void build() { 
    2828        setLayout(new BorderLayout()); 
    29         add(pnlTagEditor = new TagEditorPanel(), BorderLayout.CENTER); 
     29        add(pnlTagEditor = new TagEditorPanel(null), BorderLayout.CENTER); 
    3030    } 
    3131 
    3232    /** 
    3333     * Creates a new panel 
    34      *  
     34     * 
    3535     * @param changesetCommentModel the changeset comment model. Must not be null. 
    3636     * @throws IllegalArgumentException thrown if {@code changesetCommentModel} is null 
Note: See TracChangeset for help on using the changeset viewer.