Changeset 3518 in josm for trunk/src/org/openstreetmap/josm/gui/io/TagSettingsPanel.java
- Timestamp:
- 10.09.2010 07:45:16 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/io/TagSettingsPanel.java
r3133 r3518 27 27 protected void build() { 28 28 setLayout(new BorderLayout()); 29 add(pnlTagEditor = new TagEditorPanel( ), BorderLayout.CENTER);29 add(pnlTagEditor = new TagEditorPanel(null), BorderLayout.CENTER); 30 30 } 31 31 32 32 /** 33 33 * Creates a new panel 34 * 34 * 35 35 * @param changesetCommentModel the changeset comment model. Must not be null. 36 36 * @throws IllegalArgumentException thrown if {@code changesetCommentModel} is null
Note: See TracChangeset
for help on using the changeset viewer.
