Changeset 14153 in josm for trunk/src/org/openstreetmap/josm/command
- Timestamp:
- 2018-08-13T02:18:54+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/conflict/ConflictAddCommand.java
r14143 r14153 10 10 import javax.swing.JOptionPane; 11 11 12 import org.openstreetmap.josm.Main;13 12 import org.openstreetmap.josm.command.Command; 14 13 import org.openstreetmap.josm.data.conflict.Conflict; … … 17 16 import org.openstreetmap.josm.data.osm.OsmDataManager; 18 17 import org.openstreetmap.josm.data.osm.OsmPrimitive; 18 import org.openstreetmap.josm.gui.MainApplication; 19 19 import org.openstreetmap.josm.tools.ImageProvider; 20 20 import org.openstreetmap.josm.tools.Logging; … … 41 41 protected void warnBecauseOfDoubleConflict() { 42 42 JOptionPane.showMessageDialog( 43 Main .parent,43 MainApplication.getMainFrame(), 44 44 tr("<html>Layer ''{0}'' already has a conflict for object<br>" 45 45 + "''{1}''.<br>"
Note:
See TracChangeset
for help on using the changeset viewer.