Changeset 13570 in josm for trunk/src/org
- Timestamp:
- 2018-03-26T02:21:48+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/SaveActionBase.java
r13115 r13570 106 106 } 107 107 if (!exported) { 108 GuiHelper.runInEDT AndWait(() ->108 GuiHelper.runInEDT(() -> 109 109 JOptionPane.showMessageDialog(Main.parent, tr("No Exporter found! Nothing saved."), tr("Warning"), 110 110 JOptionPane.WARNING_MESSAGE));
Note:
See TracChangeset
for help on using the changeset viewer.