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

commits at geoext.org commits at geoext.org
Mon Apr 20 18:29:50 CEST 2009


Author: dwins
Date: 2009-04-20 18:29:50 +0200 (Mon, 20 Apr 2009)
New Revision: 425

Modified:
   apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
Log:
Use consistent styling for layer tree toolbar buttons (#153)


Modified: apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js	2009-04-18 16:25:33 UTC (rev 424)
+++ apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js	2009-04-20 16:29:50 UTC (rev 425)
@@ -164,7 +164,7 @@
         });
         
         var addLayerButton = new Ext.Button({
-            text : "Add Layers",
+            tooltip : "Add Layers",
             disabled: true,
             iconCls: "icon-addlayers",
             handler : this.showCapabilitiesGrid,



More information about the Commits mailing list