[mapguide-commits] r8092 - branches/2.6/MgDev/Common/Foundation/System

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Apr 30 09:14:32 PDT 2014


Author: jng
Date: 2014-04-30 09:14:32 -0700 (Wed, 30 Apr 2014)
New Revision: 8092

Modified:
   branches/2.6/MgDev/Common/Foundation/System/Resources.cpp
Log:
Left out version string bump

Modified: branches/2.6/MgDev/Common/Foundation/System/Resources.cpp
===================================================================
--- branches/2.6/MgDev/Common/Foundation/System/Resources.cpp	2014-04-30 16:06:34 UTC (rev 8091)
+++ branches/2.6/MgDev/Common/Foundation/System/Resources.cpp	2014-04-30 16:14:32 UTC (rev 8092)
@@ -38,8 +38,8 @@
 const STRING MgResources::ServerShuttingDown            = L"Server shutting down...";
 const STRING MgResources::ServerStarted                 = L"Server started.";
 const STRING MgResources::ServerStopped                 = L"Server stopped.";
-const STRING MgResources::ServerServiceName             = L"MapGuideServer2.5"; // Do not translate
-const STRING MgResources::ServerServiceDisplayName      = L"MapGuide Server v2.5"; // Do not translate
+const STRING MgResources::ServerServiceName             = L"MapGuideServer2.6"; // Do not translate
+const STRING MgResources::ServerServiceDisplayName      = L"MapGuide Server v2.6"; // Do not translate
 const STRING MgResources::ServerServiceDescription      = L"The MapGuide Server process.";
 const STRING MgResources::UsingDefaultResourceFile      = L"Defaulting to the \"en\" resource file.";
 const STRING MgResources::RegisteredLicenseDetected     = L"Registered license detected...";



More information about the mapguide-commits mailing list