Index: trunk/src/org/openstreetmap/josm/gui/dialogs/LayerListDialog.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/dialogs/LayerListDialog.java	(revision 567)
+++ trunk/src/org/openstreetmap/josm/gui/dialogs/LayerListDialog.java	(revision 568)
@@ -62,5 +62,5 @@
 			super(tr("Delete"), ImageProvider.get("dialogs", "delete"));
 			putValue(SHORT_DESCRIPTION, tr("Delete the selected layer."));
-			putValue("help", "Dialog/LayerList/Delete");
+			putValue("help", "Action/LayerDelete");
 			this.layer = layer;
 		}
@@ -87,5 +87,5 @@
 			super(tr("Show/Hide"), ImageProvider.get("dialogs", "showhide"));
 			putValue(SHORT_DESCRIPTION, tr("Toggle visible state of the selected layer."));
-			putValue("help", "Dialog/LayerList/ShowHide");
+			putValue("help", "Action/LayerShowHide");
 			this.layer = layer;
 		}
@@ -105,5 +105,5 @@
 			super(tr("Show/Hide Text/Icons"), ImageProvider.get("dialogs", "showhide"));
 			putValue(SHORT_DESCRIPTION, tr("Toggle visible state of the marker text and icons."));
-			putValue("help", "Dialog/LayerList/ShowHideMarkerText");
+			putValue("help", "Action/ShowHideTextIcons");
 			this.layer = layer;
 		}
