Index: /applications/editors/josm/plugins/restart/src/josmrestartplugin/RestartJosmAction.java
===================================================================
--- /applications/editors/josm/plugins/restart/src/josmrestartplugin/RestartJosmAction.java	(revision 26159)
+++ /applications/editors/josm/plugins/restart/src/josmrestartplugin/RestartJosmAction.java	(revision 26160)
@@ -19,5 +19,7 @@
                 tr("File: {0}", tr("Restart JOSM")),
                 KeyEvent.VK_R, Shortcut.GROUP_MENU),
-                true);
+                false);
+        putValue("toolbar", "action/restart");
+        Main.toolbar.register(this);
     }
 
@@ -38,5 +40,5 @@
                 System.out.print(s + " ");
             System.out.println();
-            
+
             Runtime.getRuntime().exec(cmds);
         } catch (Exception e) {
