Changeset 21797 in osm for applications/editors/josm/plugins/tagging-preset-tester
- Timestamp:
- 2010-06-19T14:17:34+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/tagging-preset-tester
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tagging-preset-tester/build.xml
r21706 r21797 29 29 30 30 <property name="commit.message" value="Changed the constructor signature of the plugin main class" /> 31 <property name="plugin.main.version" value="3 250" />31 <property name="plugin.main.version" value="3327" /> 32 32 33 33 -
applications/editors/josm/plugins/tagging-preset-tester/src/org/openstreetmap/josm/plugins/taggingpresettester/TaggingPresetTester.java
r21280 r21797 38 38 39 39 public void reload() { 40 Vector<TaggingPreset> allPresets = new Vector<TaggingPreset>(TaggingPreset.readAll(Arrays.asList(args))); 40 Vector<TaggingPreset> allPresets = new Vector<TaggingPreset>(TaggingPreset.readAll(Arrays.asList(args), true)); 41 41 taggingPresets.setModel(new DefaultComboBoxModel(allPresets)); 42 42 }
Note:
See TracChangeset
for help on using the changeset viewer.