Changeset 2017 in josm for trunk/src/org/openstreetmap/josm/gui/dialogs/relation/ChildRelationBrowser.java
- Timestamp:
- 30.08.2009 19:07:24 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/relation/ChildRelationBrowser.java
r1990 r2017 36 36 import org.openstreetmap.josm.gui.DefaultNameFormatter; 37 37 import org.openstreetmap.josm.gui.ExceptionDialogUtil; 38 import org.openstreetmap.josm.gui.OptionPaneUtil;39 38 import org.openstreetmap.josm.gui.PleaseWaitRunnable; 40 39 import org.openstreetmap.josm.gui.layer.OsmDataLayer; … … 326 325 327 326 if (conflictsCount > 0) { 328 OptionPaneUtil.showMessageDialog(327 JOptionPane.showMessageDialog( 329 328 Main.parent, 330 329 tr("There were {0} conflicts during import.", conflictsCount), … … 348 347 ); 349 348 350 OptionPaneUtil.showMessageDialog(349 JOptionPane.showMessageDialog( 351 350 Main.parent, 352 351 message, … … 480 479 481 480 if (conflictsCount > 0) { 482 OptionPaneUtil.showMessageDialog(481 JOptionPane.showMessageDialog( 483 482 Main.parent, 484 483 tr("There were {0} conflicts during import.", conflictsCount),
Note: See TracChangeset
for help on using the changeset viewer.
