Index: trunk/src/org/openstreetmap/josm/actions/InvertSelectionAction.java
===================================================================
--- trunk/src/org/openstreetmap/josm/actions/InvertSelectionAction.java	(revision 16701)
+++ trunk/src/org/openstreetmap/josm/actions/InvertSelectionAction.java	(revision 16704)
@@ -18,5 +18,5 @@
      */
     public InvertSelectionAction() {
-        super(tr("Invert Selection"), null, tr("Invert Selection"), null, true);
+        super(tr("Invert Selection"), "invert_selection", tr("Invert Selection"), null, true);
         setHelpId(ht("/Action/InvertSelection"));
     }
