Changeset 19481 in osm
- Timestamp:
- 2010-01-13T15:22:52+01: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
r19222 r19481 28 28 29 29 30 <property name="commit.message" value=" Update to JOSM r2690, PropertiesDialog was recently moved" />31 <property name="plugin.main.version" value="2 690" />30 <property name="commit.message" value="Changed the constructor signature of the plugin main class" /> 31 <property name="plugin.main.version" value="2830" /> 32 32 33 33 -
applications/editors/josm/plugins/tagging-preset-tester/src/org/openstreetmap/josm/plugins/taggingpresettester/TaggingPresetTester.java
r13569 r19481 27 27 import org.openstreetmap.josm.data.osm.OsmPrimitive; 28 28 import org.openstreetmap.josm.gui.tagging.TaggingPreset; 29 import org.openstreetmap.josm.plugins.PluginInformation; 29 30 import org.xml.sax.SAXException; 30 31 … … 76 77 panel.repaint(); 77 78 } 78 79 80 public TaggingPresetTester(PluginInformation info) { 81 this(new String[]{}); 82 } 83 79 84 public TaggingPresetTester(String[] args) { 80 85 super(tr("Tagging Preset Tester"));
Note:
See TracChangeset
for help on using the changeset viewer.