Ticket #17238: 17238.patch
| File 17238.patch, 701 bytes (added by , 7 years ago) |
|---|
-
src/org/openstreetmap/josm/actions/SaveActionBase.java
121 121 } 122 122 MainApplication.getMainFrame().repaint(); 123 123 } catch (IOException e) { 124 GuiHelper.runInEDT(() -> 125 JOptionPane.showMessageDialog(MainApplication.getMainFrame(), tr("Export failed: {0}", e.getMessage()), tr("Warning"), 126 JOptionPane.WARNING_MESSAGE)); 124 127 Logging.error(e); 125 128 return false; 126 129 }
