[mapguide-commits] r6709 - branches/2.4/MgDev/Desktop/MapViewer

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed May 30 06:06:58 PDT 2012


Author: jng
Date: 2012-05-30 06:06:57 -0700 (Wed, 30 May 2012)
New Revision: 6709

Modified:
   branches/2.4/MgDev/Desktop/MapViewer/IMapViewer.cs
   branches/2.4/MgDev/Desktop/MapViewer/MgMapViewer.cs
Log:
mg-desktop: Documentation fix

Modified: branches/2.4/MgDev/Desktop/MapViewer/IMapViewer.cs
===================================================================
--- branches/2.4/MgDev/Desktop/MapViewer/IMapViewer.cs	2012-05-30 12:54:00 UTC (rev 6708)
+++ branches/2.4/MgDev/Desktop/MapViewer/IMapViewer.cs	2012-05-30 13:06:57 UTC (rev 6709)
@@ -307,7 +307,7 @@
         void NextView();
 
         /// <summary>
-        /// Gets whether the index in the view history stack
+        /// Gets the current index in the view history stack
         /// </summary>
         int ViewHistoryIndex { get; }
 

Modified: branches/2.4/MgDev/Desktop/MapViewer/MgMapViewer.cs
===================================================================
--- branches/2.4/MgDev/Desktop/MapViewer/MgMapViewer.cs	2012-05-30 12:54:00 UTC (rev 6708)
+++ branches/2.4/MgDev/Desktop/MapViewer/MgMapViewer.cs	2012-05-30 13:06:57 UTC (rev 6709)
@@ -1603,7 +1603,7 @@
         }
 
         /// <summary>
-        /// Gets whether the index in the view history stack
+        /// Gets the current index in the view history stack
         /// </summary>
         public int ViewHistoryIndex
         {



More information about the mapguide-commits mailing list