[mapguide-commits] r8404 - trunk/Tools/Maestro/Maestro.Editors

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Oct 15 07:20:47 PDT 2014


Author: jng
Date: 2014-10-15 07:20:47 -0700 (Wed, 15 Oct 2014)
New Revision: 8404

Modified:
   trunk/Tools/Maestro/Maestro.Editors/Strings.Designer.cs
   trunk/Tools/Maestro/Maestro.Editors/Strings.resx
Log:
#2471: Add "Left" and "Right" horizontal text alignment options

Modified: trunk/Tools/Maestro/Maestro.Editors/Strings.Designer.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/Strings.Designer.cs	2014-10-15 14:09:41 UTC (rev 8403)
+++ trunk/Tools/Maestro/Maestro.Editors/Strings.Designer.cs	2014-10-15 14:20:47 UTC (rev 8404)
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 // <auto-generated>
 //     This code was generated by a tool.
-//     Runtime Version:4.0.30319.18444
+//     Runtime Version:4.0.30319.34209
 //
 //     Changes to this file may cause incorrect behavior and will be lost if
 //     the code is regenerated.

Modified: trunk/Tools/Maestro/Maestro.Editors/Strings.resx
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/Strings.resx	2014-10-15 14:09:41 UTC (rev 8403)
+++ trunk/Tools/Maestro/Maestro.Editors/Strings.resx	2014-10-15 14:20:47 UTC (rev 8404)
@@ -877,6 +877,14 @@
     <Value>'Center'</Value>
   </Horizontal>
   <Horizontal>
+    <Display>Left</Display>
+    <Value>'Left'</Value>
+  </Horizontal>
+  <Horizontal>
+    <Display>Right</Display>
+    <Value>'Right'</Value>
+  </Horizontal>
+  <Horizontal>
     <Display>Expression...</Display>
     <Value>Expression...</Value>
   </Horizontal>



More information about the mapguide-commits mailing list