Index: trunk/src/org/openstreetmap/josm/gui/GettingStarted.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/GettingStarted.java	(revision 1369)
+++ trunk/src/org/openstreetmap/josm/gui/GettingStarted.java	(revision 1370)
@@ -201,5 +201,4 @@
             "</h2>");
         JScrollPane scroller = new JScrollPane(lg);
-        Component linkGeneral = new LinkGeneral(content);
         scroller.setViewportBorder(new EmptyBorder(10,100,10,100));
         add(scroller, BorderLayout.CENTER);
@@ -212,5 +211,5 @@
                     public void run() {
                        lg.setText(content);
-                       lg.moveCaretPosition(0);
+                       //lg.moveCaretPosition(0);
                     }
                 });
@@ -220,5 +219,5 @@
         t.start();
 
-        new FileDrop(linkGeneral);
+        new FileDrop(scroller);
     }
 }
