Index: /trunk/presets/presets.xml
===================================================================
--- /trunk/presets/presets.xml	(revision 876)
+++ /trunk/presets/presets.xml	(revision 877)
@@ -745,5 +745,5 @@
 		</item>
 
-		<item name="Crossing" icon="presets/waypoints.png">
+		<item name="Zebra crossing" icon="presets/waypoints.png">
 			<key key="highway" value="crossing" />
 		</item>
Index: /trunk/src/org/openstreetmap/josm/actions/ZoomInAction.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/actions/ZoomInAction.java	(revision 876)
+++ /trunk/src/org/openstreetmap/josm/actions/ZoomInAction.java	(revision 877)
@@ -12,5 +12,5 @@
 
 	public ZoomInAction() {
-		super(tr("Zoom in"), null, tr("Zoom in"),
+		super(tr("Zoom in"), "dialogs/zoomin", tr("Zoom in"),
 		        KeyEvent.VK_PLUS, 0, true);
 		setEnabled(true);
Index: /trunk/src/org/openstreetmap/josm/actions/ZoomOutAction.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/actions/ZoomOutAction.java	(revision 876)
+++ /trunk/src/org/openstreetmap/josm/actions/ZoomOutAction.java	(revision 877)
@@ -12,5 +12,5 @@
 
 	public ZoomOutAction() {
-		super(tr("Zoom out"), null, tr("Zoom out"),
+		super(tr("Zoom out"), "dialogs/zoomout", tr("Zoom out"),
 		        KeyEvent.VK_MINUS, 0, true);
 		setEnabled(true);
