- Timestamp:
- 2009-08-04T16:35:42+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/SaveActionBase.java
r1894 r1907 221 221 OptionPaneUtil.showMessageDialog( 222 222 Main.parent, 223 tr("<html>An error occurred while saving. 223 tr("<html>An error occurred while saving.<br>Error is: <br>{0}</html>", e.getMessage()), 224 224 tr("Error"), 225 225 JOptionPane.ERROR_MESSAGE … … 236 236 OptionPaneUtil.showMessageDialog( 237 237 Main.parent, 238 tr("<html>An error occurred while restoring backup file.<br> 238 tr("<html>An error occurred while restoring backup file.<br>Error is: <br>{0}</html>", e2.getMessage()), 239 239 tr("Error"), 240 240 JOptionPane.ERROR_MESSAGE
Note:
See TracChangeset
for help on using the changeset viewer.