[Commits] r2520 - core/trunk/geoext/lib/GeoExt/widgets
commits at geoext.org
commits at geoext.org
Wed Dec 8 17:52:37 CET 2010
Author: ahocevar
Date: 2010-12-08 17:52:37 +0100 (Wed, 08 Dec 2010)
New Revision: 2520
Modified:
core/trunk/geoext/lib/GeoExt/widgets/LegendPanel.js
Log:
fixed a typo in the previous commit
Modified: core/trunk/geoext/lib/GeoExt/widgets/LegendPanel.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/LegendPanel.js 2010-12-08 16:49:51 UTC (rev 2519)
+++ core/trunk/geoext/lib/GeoExt/widgets/LegendPanel.js 2010-12-08 16:52:37 UTC (rev 2520)
@@ -27,8 +27,8 @@
* The LegendPanel will include legends for all the layers in the
* ``layerStore`` it is configured with, unless the layer is configured with
* ``displayInLayerSwitcher: false``, or a layer record has a
- * ``hideInLegend`` field with a value of false. Additional filtering can be
- * done by configuring a ``filter`` on the LegendPanel.
+ * ``hideInLegend`` field with a value of ``true``. Additional filtering can
+ * be done by configuring a ``filter`` on the LegendPanel.
*/
GeoExt.LegendPanel = Ext.extend(Ext.Panel, {
More information about the Commits
mailing list