[mapguide-commits] r1110 - trunk/MgDev/Common/Foundation/System

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Feb 14 15:31:39 EST 2007


Author: brucedechant
Date: 2007-02-14 15:31:39 -0500 (Wed, 14 Feb 2007)
New Revision: 1110

Modified:
   trunk/MgDev/Common/Foundation/System/Resources.cpp
Log:
Update MapGuide server service name to include version information. This is so that the next MapGuide release can coexist with prior releases.

Modified: trunk/MgDev/Common/Foundation/System/Resources.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/Resources.cpp	2007-02-14 00:46:11 UTC (rev 1109)
+++ trunk/MgDev/Common/Foundation/System/Resources.cpp	2007-02-14 20:31:39 UTC (rev 1110)
@@ -40,8 +40,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"MapGuideServer"; // Do not translate
-const STRING MgResources::ServerServiceDisplayName      = L"MapGuide Server"; // Do not translate
+const STRING MgResources::ServerServiceName             = L"MapGuideServer1.2"; // Do not translate
+const STRING MgResources::ServerServiceDisplayName      = L"MapGuide Server v1.2"; // 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