Changeset 305 in josm


Ignore:
Timestamp:
2007-08-13T13:09:04+02:00 (17 years ago)
Author:
imi
Message:
  • removed the josm bug report email and redirect to the trac system
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/tools/BugReportExceptionHandler.java

    r298 r305  
    118118
    119119                                        JPanel p = new JPanel(new GridBagLayout());
    120                                         p.add(new JLabel(tr("Please send an email with the following information to josm@eigenheimstrasse.de")), GBC.eol());
     120                                        p.add(new JLabel(tr("Please report a ticket at http://josm.openstreetmap.de/newticket, including your steps to get to\n" +
     121                                                                    "the error and be sure to include the following information")), GBC.eol());
    121122                                        try {
    122123                            Toolkit.getDefaultToolkit().getSystemClipboard().setContents(new StringSelection(sb.toString()), new ClipboardOwner(){
Note: See TracChangeset for help on using the changeset viewer.