Changeset 28556 in osm for applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap
- Timestamp:
- 2012-08-16T11:16:33+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/SplitObjectAction.java
r28551 r28556 170 170 return; 171 171 } 172 } else if (selectedWay != null && selectedNodes.isEmpty()) { 173 JOptionPane.showMessageDialog(Main.parent, 174 tr("The selected way is not a split way, please select split points or split way too."), 175 tr("Warning"), 176 JOptionPane.WARNING_MESSAGE); 177 return; 172 178 } 173 179
Note:
See TracChangeset
for help on using the changeset viewer.