Index: trunk/src/org/openstreetmap/josm/tools/BugReportExceptionHandler.java
===================================================================
--- trunk/src/org/openstreetmap/josm/tools/BugReportExceptionHandler.java	(revision 7417)
+++ trunk/src/org/openstreetmap/josm/tools/BugReportExceptionHandler.java	(revision 7419)
@@ -139,5 +139,4 @@
     }
 
-    //http://stuffthathappens.com/blog/2007/10/15/one-more-note-on-uncaught-exception-handlers/
     /**
      * Handles the given throwable object
@@ -220,4 +219,8 @@
                             "below at this URL:")), GBC.eol().fill(GridBagConstraints.HORIZONTAL));
             p.add(new UrlLabel(Main.getJOSMWebsite()+"/newticket",2), GBC.eop().insets(8,0,0,0));
+
+            // Wiki formatting for manual copy-paste
+            text = "{{{\n"+text+"}}}";
+
             if (Utils.copyToClipboard(text)) {
                 p.add(new JLabel(tr("(The text has already been copied to your clipboard.)")),
