Ignore:
Timestamp:
2010-09-12T18:10:47+02:00 (14 years ago)
Author:
upliner
Message:

'update to josm latest'

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

Legend:

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

    r22529 r23124  
    3333        <property name="commit.message" value="update to josm latest" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35         <property name="plugin.main.version" value="3403" />
     35        <property name="plugin.main.version" value="3518" />
    3636
    3737
  • applications/editors/josm/plugins/buildings_tools/src/buildings_tools/AdvancedSettingsDialog.java

    r22904 r23124  
    3636                        tagsModel.add(entry.getKey(), entry.getValue());
    3737                }
    38                 panel.add(new TagEditorPanel(tagsModel), GBC.eop().fill(GBC.BOTH));
     38                panel.add(new TagEditorPanel(tagsModel, null), GBC.eop().fill(GBC.BOTH));
    3939
    4040                panel.add(cBigMode, GBC.eol().fill(GBC.HORIZONTAL));
Note: See TracChangeset for help on using the changeset viewer.