[mapguide-commits] r5435 - sandbox/maestro-3.0/Maestro.Base/Commands

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Dec 3 07:53:35 EST 2010


Author: jng
Date: 2010-12-03 04:53:35 -0800 (Fri, 03 Dec 2010)
New Revision: 5435

Modified:
   sandbox/maestro-3.0/Maestro.Base/Commands/LocalFeatureSourcePreviewCommand.cs
Log:
Fix faulty MaestroFsPreview.exe launch

Modified: sandbox/maestro-3.0/Maestro.Base/Commands/LocalFeatureSourcePreviewCommand.cs
===================================================================
--- sandbox/maestro-3.0/Maestro.Base/Commands/LocalFeatureSourcePreviewCommand.cs	2010-12-03 12:46:27 UTC (rev 5434)
+++ sandbox/maestro-3.0/Maestro.Base/Commands/LocalFeatureSourcePreviewCommand.cs	2010-12-03 12:53:35 UTC (rev 5435)
@@ -38,7 +38,7 @@
             {
                 using (var dlg = DialogFactory.OpenFile())
                 {
-                    dlg.Filter = string.Format(Properties.Resources.LocateExecutable, "MaestroFsPreview.exe");
+                    dlg.Title = string.Format(Properties.Resources.LocateExecutable, "MaestroFsPreview.exe");
                     dlg.Filter = Properties.Resources.FilterExecutables;
                     if (dlg.ShowDialog() == System.Windows.Forms.DialogResult.OK)
                     {



More information about the mapguide-commits mailing list