Ticket #8967: version1.patch
| File version1.patch, 795 bytes (added by , 13 years ago) |
|---|
-
src/org/openstreetmap/josm/gui/tagging/TaggingPresetReader.java
198 198 System.err.println(source); 199 199 JOptionPane.showMessageDialog( 200 200 Main.parent, 201 tr("Error parsing {0}: ", source)+e.getMessage(),201 "<html>" + tr("Error parsing {0}: ", source) + "<br><br><table width=600>" + e.getMessage() + "</table></html>", 202 202 tr("Error"), 203 203 JOptionPane.ERROR_MESSAGE 204 204 );
