Changeset 2171 in josm for trunk/src/org/openstreetmap/josm/command
- Timestamp:
- 2009-09-20T14:09:52+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/ConflictAddCommand.java
r2163 r2171 52 52 @Override public void undoCommand() { 53 53 if (! Main.map.mapView.hasLayer(getLayer())) { 54 System.out.println(tr("Warning: layer ''{0}'' doesn't exist any more. Can't remove conflict for primit mive ''{1}''",54 System.out.println(tr("Warning: layer ''{0}'' doesn't exist any more. Can't remove conflict for primitive ''{1}''", 55 55 getLayer().getName(), 56 56 conflict.getMy().getDisplayName(DefaultNameFormatter.getInstance())
Note:
See TracChangeset
for help on using the changeset viewer.