Ignore:
Timestamp:
2009-08-30T18:30:25+02:00 (15 years ago)
Author:
guggis
Message:

removed dependency to OptionPaneUtil

Location:
applications/editors/josm/plugins/tageditor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/tageditor/build.xml

    r16919 r17386  
    8989                <attribute name="Plugin-Description" value="Provides a dialog for editing tags in a tabular grid."/>
    9090                <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"/>
    9292                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    9393            </manifest>
  • applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/Presets.java

    r16848 r17386  
    1919
    2020import org.openstreetmap.josm.Main;
    21 import org.openstreetmap.josm.gui.OptionPaneUtil;
    2221import org.openstreetmap.josm.io.MirroredInputStream;
    2322import org.openstreetmap.josm.plugins.tageditor.preset.io.Parser;
     
    6665            } catch(PresetIOException e) {
    6766                logger.log(Level.SEVERE, tr("Could not read tagging preset source: {0}", source),e);
    68                 OptionPaneUtil.showMessageDialog(
     67                JOptionPane.showMessageDialog(
    6968                                Main.parent, tr("Could not read tagging preset source: {0}",source),
    7069                                tr("Error"),
Note: See TracChangeset for help on using the changeset viewer.