Ignore:
Timestamp:
2010-03-17T12:23:10+01:00 (15 years ago)
Author:
guggis
Message:

'Updating to JOSM 3141'

Location:
applications/editors/josm/plugins/tageditor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/tageditor/build.xml

    r20334 r20530  
    2828
    2929
    30         <property name="commit.message" value="Testing plugin update" />
    31         <property name="plugin.main.version" value="3089" />
     30        <property name="commit.message" value="Updating to JOSM 3141" />
     31        <property name="plugin.main.version" value="3141" />
    3232
    3333        <!--
  • applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagEditor.java

    r20058 r20530  
    101101                // build the scrollable table for editing tag names and tag values
    102102                //
    103                 tblTagEditor = new TagTable(tagEditorModel, rowSelectionModel, colSelectionModel);
     103                tblTagEditor = new TagTable(tagEditorModel);
    104104                tblTagEditor.setTagCellEditor(new TagSpecificationAwareTagCellEditor());
    105105                TableCellRenderer renderer = new TableCellRenderer();
Note: See TracChangeset for help on using the changeset viewer.