[mapguide-commits] r7906 - trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/ObjectModels

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Nov 7 02:50:18 PST 2013


Author: jng
Date: 2013-11-07 02:50:18 -0800 (Thu, 07 Nov 2013)
New Revision: 7906

Modified:
   trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/ObjectModels/WebLayout.cs
Log:
Fix bad restore center command icon in a WebLayout created by ObjectFactory

Modified: trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/ObjectModels/WebLayout.cs
===================================================================
--- trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/ObjectModels/WebLayout.cs	2013-11-07 10:41:15 UTC (rev 7905)
+++ trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/ObjectModels/WebLayout.cs	2013-11-07 10:50:18 UTC (rev 7906)
@@ -407,7 +407,7 @@
             wl.CreateBasicCommand(Strings.WL_Label_InitialCenterScale,
                                Strings.WL_Label_InitialCenterScale,
                                Strings.WL_Desc_InitialCenterScale,
-                               "icon_restorecenter.gif",
+                               "icon_restorecenter",
                                TargetViewerType.All,
                                BasicCommandActionType.RestoreView));
             wl.CommandSet.AddCommand(



More information about the mapguide-commits mailing list