[Commits] r495 - apps/opengeo/geoexplorer/trunk/lib

commits at geoext.org commits at geoext.org
Tue Apr 28 16:51:21 CEST 2009


Author: dwins
Date: 2009-04-28 16:51:21 +0200 (Tue, 28 Apr 2009)
New Revision: 495

Modified:
   apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
Log:
Fix remove-layer button icon (CSS is case-sensitive now that we are rendering in strict mode.)


Modified: apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js	2009-04-28 14:19:48 UTC (rev 494)
+++ apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js	2009-04-28 14:51:21 UTC (rev 495)
@@ -184,7 +184,7 @@
 
         var removeLayerAction = new Ext.Action({
             text: "Remove Layer",
-            iconCls: "icon-removeLayers",
+            iconCls: "icon-removelayers",
             disabled: true,
             tooltip: "Remove Layer",
             handler: function() {



More information about the Commits mailing list