Index: /applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/CopyTagsAction.java
===================================================================
--- /applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/CopyTagsAction.java	(revision 32098)
+++ /applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/CopyTagsAction.java	(revision 32099)
@@ -34,5 +34,5 @@
         super(tr("Copy Tags"), "copy",
                 tr("Copy all tags of selected objects to paste buffer."),
-                createShortcut(), true);
+                createShortcut(), true, CopyTagsAction.class.getName(), true);
         putValue("help", ht("/Action/CopyTags"));
     }
Index: /applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/replacegeometry/ReplaceMembershipAction.java
===================================================================
--- /applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/replacegeometry/ReplaceMembershipAction.java	(revision 32098)
+++ /applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/replacegeometry/ReplaceMembershipAction.java	(revision 32099)
@@ -30,6 +30,7 @@
     public ReplaceMembershipAction() {
         super(
-                tr("Replace Membership"), null,
-                tr("In relations where the selected object is member of, replace it with a new one"), null, false);
+                tr("Replace Membership"), (String) null,
+                tr("In relations where the selected object is member of, replace it with a new one"), null, false,
+                ReplaceMembershipAction.class.getName(), true);
     }
 
