Changeset 32869 in osm for applications/editors/josm/plugins
- Timestamp:
- 2016-08-23T02:09:25+02:00 (9 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
r32680 r32869 5 5 <property name="commit.message" value="[josm_tagging_preset_tester] #josm10288: fix NPE when starting without map"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="10 580"/>7 <property name="plugin.main.version" value="10876"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/tagging-preset-tester/src/org/openstreetmap/josm/plugins/taggingpresettester/TaggingPresetTester.java
r32509 r32869 21 21 22 22 import org.openstreetmap.josm.Main; 23 import org.openstreetmap.josm.data.Preferences;24 23 import org.openstreetmap.josm.data.coor.LatLon; 25 24 import org.openstreetmap.josm.data.osm.DataSet; … … 115 114 } 116 115 if (args!=null) { 117 Main. pref = new Preferences();116 Main.determinePlatformHook(); 118 117 System.out.println("Opening file "+args[0]); 119 118 JFrame f = new TaggingPresetTester(args);
Note:
See TracChangeset
for help on using the changeset viewer.