[mapguide-commits] r6444 - trunk/Tools/Maestro/Maestro.Base/Commands

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Jan 19 09:21:57 EST 2012


Author: jng
Date: 2012-01-19 06:21:56 -0800 (Thu, 19 Jan 2012)
New Revision: 6444

Modified:
   trunk/Tools/Maestro/Maestro.Base/Commands/RtMapInspectorCommand.cs
Log:
#1923: Oops

Modified: trunk/Tools/Maestro/Maestro.Base/Commands/RtMapInspectorCommand.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Base/Commands/RtMapInspectorCommand.cs	2012-01-18 16:05:06 UTC (rev 6443)
+++ trunk/Tools/Maestro/Maestro.Base/Commands/RtMapInspectorCommand.cs	2012-01-19 14:21:56 UTC (rev 6444)
@@ -43,7 +43,7 @@
                     if (dlg.ShowDialog() == System.Windows.Forms.DialogResult.OK)
                     {
                         exe = dlg.FileName;
-                        PropertyService.Set(ConfigProperties.MgCookerPath, exe);
+                        PropertyService.Set(ConfigProperties.RtMapInspectorPath, exe);
                     }
                 }
             }



More information about the mapguide-commits mailing list