- Timestamp:
- 2019-06-06T09:57:58+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/CreateMultipolygonAction.java
r15160 r15161 338 338 } 339 339 340 GuiHelper.runInEDT(() -> new Notification(tr("Nothing changed")).setDuration(Notification.TIME_SHORT).setIcon(JOptionPane.INFORMATION_MESSAGE).show()); 340 GuiHelper.runInEDT(() -> new Notification(tr("Nothing changed")).setDuration(Notification.TIME_SHORT) 341 .setIcon(JOptionPane.INFORMATION_MESSAGE).show()); 341 342 return null; 342 343 }
Note:
See TracChangeset
for help on using the changeset viewer.