Index: /applications/editors/josm/plugins/alignways/src/com/tilusnet/josm/plugins/alignways/AlignWaysDialog.java
===================================================================
--- /applications/editors/josm/plugins/alignways/src/com/tilusnet/josm/plugins/alignways/AlignWaysDialog.java	(revision 27465)
+++ /applications/editors/josm/plugins/alignways/src/com/tilusnet/josm/plugins/alignways/AlignWaysDialog.java	(revision 27466)
@@ -108,16 +108,11 @@
         modesPanel.add(infoText);
 
-
-
         // Start inactivated - JOSM cannot start directly in awMode
         activate(false);
 
-        // It looks like I don't have other choice for placement than this;
-        // ToggleDialog already defines its layout as BoxLayout
-        add(dlgPane, BorderLayout.CENTER);
+        createLayout(dlgPane, false, null);
 
         // Select length preserved mode by default
         btnKeepLength.doClick();
-
     }
 
Index: /applications/editors/josm/plugins/print/build.xml
===================================================================
--- /applications/editors/josm/plugins/print/build.xml	(revision 27465)
+++ /applications/editors/josm/plugins/print/build.xml	(revision 27466)
@@ -32,5 +32,5 @@
     <property name="commit.message" value="Added a field to specify the map scale."/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="4549"/>
+    <property name="plugin.main.version" value="4733"/>
     <!-- should not be necessary to change the following properties -->
     <property name="josm" location="../../core/dist/josm-custom.jar"/>
Index: /applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintAction.java
===================================================================
--- /applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintAction.java	(revision 27465)
+++ /applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintAction.java	(revision 27466)
@@ -51,5 +51,5 @@
           KeyEvent.VK_P, 
           Shortcut.GROUP_MENU), 
-        true);
+        true, "print/print", true);
     }
 
Index: /applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/gui/RoutingDialog.java
===================================================================
--- /applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/gui/RoutingDialog.java	(revision 27465)
+++ /applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/gui/RoutingDialog.java	(revision 27466)
@@ -70,5 +70,5 @@
                 Shortcut.registerShortcut("subwindow:relations", tr("Toggle: {0}", tr("Routing")), KeyEvent.VK_R, Shortcut.GROUP_LAYER), 150);
         model = new DefaultListModel();
-        add(getJScrollPane(), BorderLayout.CENTER);
+        createLayout(getJScrollPane(), false, null);
     }
 
