[Commits] r1679 - sandbox/cmoullet/ux/ToolbarItems/examples

commits at geoext.org commits at geoext.org
Fri Jan 8 23:19:09 CET 2010


Author: cmoullet
Date: 2010-01-08 23:19:09 +0100 (Fri, 08 Jan 2010)
New Revision: 1679

Modified:
   sandbox/cmoullet/ux/ToolbarItems/examples/ToolbarItemsExample.html
   sandbox/cmoullet/ux/ToolbarItems/examples/ToolbarItemsExample.js
Log:
fix copy/paste mistakes

Modified: sandbox/cmoullet/ux/ToolbarItems/examples/ToolbarItemsExample.html
===================================================================
--- sandbox/cmoullet/ux/ToolbarItems/examples/ToolbarItemsExample.html	2010-01-08 22:15:43 UTC (rev 1678)
+++ sandbox/cmoullet/ux/ToolbarItems/examples/ToolbarItemsExample.html	2010-01-08 22:19:09 UTC (rev 1679)
@@ -14,7 +14,7 @@
 
     </head>
     <body>
-        <h1>Scale selector</h1>
+        <h1>Toolbar items</h1>
         <p>This example demonstrates the following toolbar items:<p>
         <p>- mouse position<p>
         <p>- loading status<p>

Modified: sandbox/cmoullet/ux/ToolbarItems/examples/ToolbarItemsExample.js
===================================================================
--- sandbox/cmoullet/ux/ToolbarItems/examples/ToolbarItemsExample.js	2010-01-08 22:15:43 UTC (rev 1678)
+++ sandbox/cmoullet/ux/ToolbarItems/examples/ToolbarItemsExample.js	2010-01-08 22:19:09 UTC (rev 1679)
@@ -32,7 +32,7 @@
     });
 
     mapPanel = new GeoExt.MapPanel({
-        title: "GeoExt MapPanel with Scale Selector",
+        title: "GeoExt MapPanel various toolbar items",
         renderTo: "mappanel",
         height: 400,
         width: 600,



More information about the Commits mailing list