Index: trunk/src/org/openstreetmap/josm/actions/ReorderImageryLayersAction.java
===================================================================
--- trunk/src/org/openstreetmap/josm/actions/ReorderImageryLayersAction.java	(revision 15206)
+++ trunk/src/org/openstreetmap/josm/actions/ReorderImageryLayersAction.java	(revision 15207)
@@ -23,6 +23,5 @@
      */
     public ReorderImageryLayersAction() {
-        // TODO: find a suitable icon
-        super(tr("Reorder imagery layers"), "dialogs/layerlist", tr("Reorders non-overlay imagery layers."),
+        super(tr("Reorder imagery layers"), "dialogs/reorderlayers", tr("Reorders non-overlay imagery layers."),
             Shortcut.registerMultiShortcuts("imagery:reorder", tr("Reorder imagery layers"),
                     KeyboardUtils.getCharactersForKey('E', 0), Shortcut.DIRECT));
