[mapguide-commits] r1145 - in trunk/MgDev:
Common/MapGuideCommon/Resources Server/src/Services/Feature
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Thu Mar 1 20:40:09 EST 2007
Author: tonyfang
Date: 2007-03-01 20:40:09 -0500 (Thu, 01 Mar 2007)
New Revision: 1145
Modified:
trunk/MgDev/Common/MapGuideCommon/Resources/mapguide_en.res
trunk/MgDev/Server/src/Services/Feature/ServerGetSpatialContexts.cpp
Log:
- localize description string for when spatial context coordinate system is overridden
Modified: trunk/MgDev/Common/MapGuideCommon/Resources/mapguide_en.res
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Resources/mapguide_en.res 2007-03-02 01:22:37 UTC (rev 1144)
+++ trunk/MgDev/Common/MapGuideCommon/Resources/mapguide_en.res 2007-03-02 01:40:09 UTC (rev 1145)
@@ -280,6 +280,7 @@
MgOnlyOnePropertyAllowed = Only one aggregate function of this kind is supported
MgOrderingOptionNotSupported = Ordering Option is not supported by provider
MgPropertyNotEnumerable = Property specified is not enumerable.
+MgCoordinateSystemOverridden = This coordinate system has been overridden.
# *****************************************************************************
# K M L S E R V I C E
Modified: trunk/MgDev/Server/src/Services/Feature/ServerGetSpatialContexts.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerGetSpatialContexts.cpp 2007-03-02 01:22:37 UTC (rev 1144)
+++ trunk/MgDev/Server/src/Services/Feature/ServerGetSpatialContexts.cpp 2007-03-02 01:40:09 UTC (rev 1145)
@@ -171,7 +171,7 @@
if (coordSysOverridden)
{
srsWkt = csName;
- desc = L"This coordinate system has been overridden."; // NOXLATE
+ desc = MgServerFeatureUtil::GetMessage(L"MgCoordinateSystemOverridden");
}
else if (spatialContextDefined && !coordSysOverridden)
{
More information about the mapguide-commits
mailing list