[mapguide-commits] r7682 - trunk/Tools/Maestro/Maestro.AddIn.Local/Commands

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jul 9 07:48:59 PDT 2013


Author: jng
Date: 2013-07-09 07:48:59 -0700 (Tue, 09 Jul 2013)
New Revision: 7682

Modified:
   trunk/Tools/Maestro/Maestro.AddIn.Local/Commands/StartupCommand.cs
Log:
Fix wrong string bundle being registered for Local AddIn

Modified: trunk/Tools/Maestro/Maestro.AddIn.Local/Commands/StartupCommand.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.AddIn.Local/Commands/StartupCommand.cs	2013-07-09 14:43:59 UTC (rev 7681)
+++ trunk/Tools/Maestro/Maestro.AddIn.Local/Commands/StartupCommand.cs	2013-07-09 14:48:59 UTC (rev 7682)
@@ -36,7 +36,7 @@
         public override void Run()
         {
             ResourceService.RegisterNeutralImages(Properties.Resources.ResourceManager);
-            ResourceService.RegisterNeutralStrings(Properties.Resources.ResourceManager);
+            ResourceService.RegisterNeutralStrings(Strings.ResourceManager);
 
             if (!Platform.IsRunningOnMono)
             {



More information about the mapguide-commits mailing list