Changeset 20530 in osm for applications/editors/josm/plugins
- Timestamp:
- 2010-03-17T12:23:10+01:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/tageditor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tageditor/build.xml
r20334 r20530 28 28 29 29 30 <property name="commit.message" value=" Testing plugin update" />31 <property name="plugin.main.version" value="3 089" />30 <property name="commit.message" value="Updating to JOSM 3141" /> 31 <property name="plugin.main.version" value="3141" /> 32 32 33 33 <!-- -
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagEditor.java
r20058 r20530 101 101 // build the scrollable table for editing tag names and tag values 102 102 // 103 tblTagEditor = new TagTable(tagEditorModel , rowSelectionModel, colSelectionModel);103 tblTagEditor = new TagTable(tagEditorModel); 104 104 tblTagEditor.setTagCellEditor(new TagSpecificationAwareTagCellEditor()); 105 105 TableCellRenderer renderer = new TableCellRenderer();
Note:
See TracChangeset
for help on using the changeset viewer.