Changeset 2017 in josm for trunk/src/org/openstreetmap/josm/corrector
- Timestamp:
- 2009-08-30T19:07:24+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/corrector/TagCorrector.java
r1990 r2017 30 30 import org.openstreetmap.josm.gui.DefaultNameFormatter; 31 31 import org.openstreetmap.josm.gui.JMultilineLabel; 32 import org.openstreetmap.josm.gui.OptionPaneUtil;33 32 import org.openstreetmap.josm.tools.GBC; 34 33 import org.openstreetmap.josm.tools.ImageProvider; … … 140 139 } 141 140 142 int answer = OptionPaneUtil.showOptionDialog(141 int answer = JOptionPane.showOptionDialog( 143 142 Main.parent, 144 143 p, … … 146 145 JOptionPane.YES_NO_CANCEL_OPTION, 147 146 JOptionPane.PLAIN_MESSAGE, 147 null, 148 148 applicationOptions, 149 149 applicationOptions[0]
Note:
See TracChangeset
for help on using the changeset viewer.