Index: /applications/editors/josm/plugins/DirectUpload/build.xml
===================================================================
--- /applications/editors/josm/plugins/DirectUpload/build.xml	(revision 28013)
+++ /applications/editors/josm/plugins/DirectUpload/build.xml	(revision 28014)
@@ -27,5 +27,5 @@
 <project name="DirectUpload" default="dist" basedir=".">
     <property name="commit.message" value="applied JOSM Ticket 4498 (patch by ax) - oauth support for gpx upload (I accidentally committed parts of the path in [24236])"/>
-    <property name="plugin.main.version" value="4980"/>
+    <property name="plugin.main.version" value="5053"/>
     <property name="josm" location="../../core/dist/josm-custom.jar"/>
     <property name="plugin.dist.dir" value="../../dist"/>
Index: /applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java
===================================================================
--- /applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java	(revision 28013)
+++ /applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java	(revision 28014)
@@ -132,5 +132,5 @@
         }
         visibilityCombo.setSelectedItem(visibility.valueOf(Main.pref.get("directupload.visibility.last-used", visibility.PRIVATE.name())).description);
-        UrlLabel visiUrl = new UrlLabel(tr("http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"), tr("(What does that mean?)"));
+        UrlLabel visiUrl = new UrlLabel(tr("http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"), tr("(What does that mean?)"), 2);
 
         // description
@@ -168,5 +168,5 @@
 
         p.add(visibilityLabel, GBC.std().insets(0,10,0,0));
-        p.add(visiUrl, GBC.eol().insets(0,10,0,0));
+        p.add(visiUrl, GBC.eol().insets(5,10,0,0));
         p.add(visibilityCombo, GBC.eol());
 
Index: /applications/editors/josm/plugins/addrinterpolation/build.xml
===================================================================
--- /applications/editors/josm/plugins/addrinterpolation/build.xml	(revision 28013)
+++ /applications/editors/josm/plugins/addrinterpolation/build.xml	(revision 28014)
@@ -23,5 +23,5 @@
 <project name="AddrInterpolation" default="dist" basedir=".">
     <property name="commit.message" value="Impoved Icon"/>
-    <property name="plugin.main.version" value="4980"/>
+    <property name="plugin.main.version" value="5053"/>
     <!--
       ************************************************
Index: /applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java
===================================================================
--- /applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java	(revision 28013)
+++ /applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java	(revision 28014)
@@ -312,5 +312,5 @@
 
         editControlsPane.add(new UrlLabel("http://wiki.openstreetmap.org/wiki/JOSM/Plugins/AddrInterpolation",
-                tr("More information about this feature")), c);
+                tr("More information about this feature"),2), c);
 
 
Index: /applications/editors/josm/plugins/public_transport/build.xml
===================================================================
--- /applications/editors/josm/plugins/public_transport/build.xml	(revision 28013)
+++ /applications/editors/josm/plugins/public_transport/build.xml	(revision 28014)
@@ -21,4 +21,5 @@
       ** should not be necessary to change the following properties
      -->
+    <property name="plugin.main.version" value="5053"/>
     <property name="josm" location="${josm.basedir}/core/dist/josm-custom.jar"/>
     <property name="plugin.build.dir" value="build"/>
Index: /applications/editors/josm/plugins/public_transport/src/public_transport/RoutePatternAction.java
===================================================================
--- /applications/editors/josm/plugins/public_transport/src/public_transport/RoutePatternAction.java	(revision 28013)
+++ /applications/editors/josm/plugins/public_transport/src/public_transport/RoutePatternAction.java	(revision 28014)
@@ -57,5 +57,4 @@
 import org.openstreetmap.josm.tools.GBC;
 import org.openstreetmap.josm.tools.Shortcut;
-import org.openstreetmap.josm.tools.UrlLabel;
 
 public class RoutePatternAction extends JosmAction {
