[mapguide-commits] r6017 - trunk/Tools/Maestro/Maestro.Base

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Aug 1 06:29:48 EDT 2011


Author: jng
Date: 2011-08-01 03:29:48 -0700 (Mon, 01 Aug 2011)
New Revision: 6017

Modified:
   trunk/Tools/Maestro/Maestro.Base/Maestro.Base.addin
Log:
#1731: Fix bad command mapping. Copy/Move resources to another server is the correct command that should be mapped here.


Modified: trunk/Tools/Maestro/Maestro.Base/Maestro.Base.addin
===================================================================
--- trunk/Tools/Maestro/Maestro.Base/Maestro.Base.addin	2011-08-01 10:11:19 UTC (rev 6016)
+++ trunk/Tools/Maestro/Maestro.Base/Maestro.Base.addin	2011-08-01 10:29:48 UTC (rev 6017)
@@ -599,9 +599,10 @@
                           class="Maestro.Base.Commands.CutCommand" />
             </Condition>
             <MenuItem type="Separator" />
-            <MenuItem id="Migrate"
-                      label="${res:SiteExplorer_MigrateResources}"
-                      class="Maestro.Base.Commands.SiteExplorer.MigrateSelectedResourcesCommand" />
+            <MenuItem id="CopyMoveMultipleToServer"
+                      icon="server__arrow"
+                      label="${res:SiteExplorer_CopyMoveToServer}"
+                      class="Maestro.Base.Commands.SiteExplorer.CopyMoveToAnotherServerCommand" />
             <MenuItem type="Separator" />
             <MenuItem id="Validate"
                       icon="tick"



More information about the mapguide-commits mailing list