[mapguide-commits] r5930 - trunk/Tools/Maestro/Maestro.Base/Editor

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Jun 16 08:52:11 EDT 2011


Author: jng
Date: 2011-06-16 05:52:11 -0700 (Thu, 16 Jun 2011)
New Revision: 5930

Modified:
   trunk/Tools/Maestro/Maestro.Base/Editor/ResourcePreviewEngine.cs
Log:
Fix bad command description


Modified: trunk/Tools/Maestro/Maestro.Base/Editor/ResourcePreviewEngine.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Base/Editor/ResourcePreviewEngine.cs	2011-06-16 11:39:27 UTC (rev 5929)
+++ trunk/Tools/Maestro/Maestro.Base/Editor/ResourcePreviewEngine.cs	2011-06-16 12:52:11 UTC (rev 5930)
@@ -151,8 +151,8 @@
             var cmd3 = wl.CreateInvokeScriptCommand();
             cmd3.Name = "GetExtents";
             cmd3.Label = "Get Extents";
-            cmd3.Description = "Gets the current map as a KML document";
-            cmd3.Tooltip = "Gets the current map as a KML document";
+            cmd3.Description = "Displays the current map extents";
+            cmd3.Tooltip = "Displays the current map extents";
 
             cmd3.Script = @"
                 var map = parent.parent.GetMapFrame();



More information about the mapguide-commits mailing list