Changeset 17386 in osm
- Timestamp:
- 2009-08-30T18:30:25+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/tageditor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tageditor/build.xml
r16919 r17386 89 89 <attribute name="Plugin-Description" value="Provides a dialog for editing tags in a tabular grid."/> 90 90 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/TagEditor"/> 91 <attribute name="Plugin-Mainversion" value=" 1935"/>91 <attribute name="Plugin-Mainversion" value="2012"/> 92 92 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 93 93 </manifest> -
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/Presets.java
r16848 r17386 19 19 20 20 import org.openstreetmap.josm.Main; 21 import org.openstreetmap.josm.gui.OptionPaneUtil;22 21 import org.openstreetmap.josm.io.MirroredInputStream; 23 22 import org.openstreetmap.josm.plugins.tageditor.preset.io.Parser; … … 66 65 } catch(PresetIOException e) { 67 66 logger.log(Level.SEVERE, tr("Could not read tagging preset source: {0}", source),e); 68 OptionPaneUtil.showMessageDialog(67 JOptionPane.showMessageDialog( 69 68 Main.parent, tr("Could not read tagging preset source: {0}",source), 70 69 tr("Error"),
Note:
See TracChangeset
for help on using the changeset viewer.