Changeset 19304 in osm for applications/editors/josm
- Timestamp:
- 2010-01-06T21:26:30+01:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/validator
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/build.xml
r19229 r19304 26 26 ** update before publishing 27 27 --> 28 <property name="commit.message" value=" Fixed JOSM ticket #4220 - validator: check for FIXME=*" />29 <property name="plugin.main.version" value="2 694" />28 <property name="commit.message" value="Update to JOSM 2748" /> 29 <property name="plugin.main.version" value="2748" /> 30 30 31 31 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/PreferenceEditor.java
r14015 r19304 15 15 import org.openstreetmap.josm.gui.preferences.PreferenceDialog; 16 16 import org.openstreetmap.josm.gui.preferences.PreferenceSetting; 17 import org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane; 17 18 import org.openstreetmap.josm.plugins.validator.util.Util; 18 19 import org.openstreetmap.josm.tools.GBC; … … 65 66 } 66 67 67 public void addGui(Preference Dialoggui)68 public void addGui(PreferenceTabbedPane gui) 68 69 { 69 70 JPanel testPanel = new JPanel(new GridBagLayout());
Note:
See TracChangeset
for help on using the changeset viewer.