Ignore:
Timestamp:
2013-08-13T23:16:41+02:00 (11 years ago)
Author:
Don-vip
Message:

fix #8967 - Tagging preset tester shows unwrapped error message (patch by AlfonZ)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPresetReader.java

    r6143 r6145  
    199199                JOptionPane.showMessageDialog(
    200200                        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>",
    202202                        tr("Error"),
    203203                        JOptionPane.ERROR_MESSAGE
Note: See TracChangeset for help on using the changeset viewer.