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

commits at geoext.org commits at geoext.org
Mon Apr 13 11:26:31 CEST 2009


Author: tschaub
Date: 2009-04-13 11:26:30 +0200 (Mon, 13 Apr 2009)
New Revision: 374

Modified:
   apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
Log:
display tooltips

Modified: apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js	2009-04-13 09:12:35 UTC (rev 373)
+++ apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js	2009-04-13 09:26:30 UTC (rev 374)
@@ -149,6 +149,9 @@
                 items: [toolbar, this.mapPanel, westPanel]
             }
         });
+        
+        // initialize tooltips
+        Ext.QuickTips.init();
 
     },
     



More information about the Commits mailing list