Index: /applications/editors/josm/plugins/ext_tools/build.xml
===================================================================
--- /applications/editors/josm/plugins/ext_tools/build.xml	(revision 22530)
+++ /applications/editors/josm/plugins/ext_tools/build.xml	(revision 22531)
@@ -31,7 +31,7 @@
 
 	<!-- enter the SVN commit message -->
-	<property name="commit.message" value="Commit message" />
+	<property name="commit.message" value="update to josm latest" />
 	<!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-	<property name="plugin.main.version" value="3338" />
+	<property name="plugin.main.version" value="3403" />
 
 
Index: /applications/editors/josm/plugins/ext_tools/src/ext_tools/preferences/EditToolDialog.java
===================================================================
--- /applications/editors/josm/plugins/ext_tools/src/ext_tools/preferences/EditToolDialog.java	(revision 22530)
+++ /applications/editors/josm/plugins/ext_tools/src/ext_tools/preferences/EditToolDialog.java	(revision 22531)
@@ -6,4 +6,5 @@
 import java.awt.GridBagConstraints;
 import java.awt.GridBagLayout;
+import java.awt.Insets;
 import java.awt.event.ActionEvent;
 
@@ -46,5 +47,5 @@
                 new String[] { tr("OK"), tr("Cancel") },
                 true);
-        contentConstraints = GBC.eol().fill().insets(15, 15, 15, 5);
+        contentInsets = new Insets(15, 15, 5, 15);
         setButtonIcons(new String[] { "ok.png", "cancel.png" });
 
