Changeset 2017 in josm for trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPreset.java
- Timestamp:
- 30.08.2009 19:07:24 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPreset.java
r1865 r2017 44 44 import org.openstreetmap.josm.data.osm.Way; 45 45 import org.openstreetmap.josm.gui.ExtendedDialog; 46 import org.openstreetmap.josm.gui.OptionPaneUtil;47 46 import org.openstreetmap.josm.gui.QuadStateCheckBox; 48 47 import org.openstreetmap.josm.io.MirroredInputStream; … … 599 598 } catch (IOException e) { 600 599 e.printStackTrace(); 601 OptionPaneUtil.showMessageDialog(600 JOptionPane.showMessageDialog( 602 601 Main.parent, 603 602 tr("Could not read tagging preset source: {0}",source), … … 607 606 } catch (SAXException e) { 608 607 e.printStackTrace(); 609 OptionPaneUtil.showMessageDialog(608 JOptionPane.showMessageDialog( 610 609 Main.parent, 611 610 tr("Error parsing {0}: ", source)+e.getMessage(),
Note: See TracChangeset
for help on using the changeset viewer.
