Changeset 305 in josm
- Timestamp:
- 2007-08-13T13:09:04+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/tools/BugReportExceptionHandler.java
r298 r305 118 118 119 119 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()); 121 122 try { 122 123 Toolkit.getDefaultToolkit().getSystemClipboard().setContents(new StringSelection(sb.toString()), new ClipboardOwner(){
Note:
See TracChangeset
for help on using the changeset viewer.