Changeset 18481 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2022-06-09T14:33:40+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/SessionSaveAction.java
r18472 r18481 263 263 final String path = removeFileOnSuccess.getPath(); 264 264 GuiHelper.runInEDT(() -> { 265 Notification notification = new Notification(tr("Could not delete file: {0} \r{1}", path, ex.getMessage()));265 Notification notification = new Notification(tr("Could not delete file: {0}<br>{1}", path, ex.getMessage())); 266 266 notification.setIcon(JOptionPane.WARNING_MESSAGE); 267 267 notification.show();
Note:
See TracChangeset
for help on using the changeset viewer.