[mapguide-commits] r8549 - trunk/MgDev/Common/MapGuideCommon/Resources

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Feb 20 02:29:50 PST 2015


Author: jng
Date: 2015-02-20 02:29:50 -0800 (Fri, 20 Feb 2015)
New Revision: 8549

Modified:
   trunk/MgDev/Common/MapGuideCommon/Resources/mapguide_en.res
Log:
#2538: Add missing error descriptions for new Tile Provider exceptions

Modified: trunk/MgDev/Common/MapGuideCommon/Resources/mapguide_en.res
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Resources/mapguide_en.res	2015-02-19 11:38:33 UTC (rev 8548)
+++ trunk/MgDev/Common/MapGuideCommon/Resources/mapguide_en.res	2015-02-20 10:29:50 UTC (rev 8549)
@@ -146,7 +146,9 @@
 MgUnauthorizedAccessException                         = Unauthorized access.
 MgUnclassifiedException                               = Problem:\nThe application encountered a problem and could not finish the operation you just requested properly.\n\nSolution:\nIf it\'s the first time you met this problem, try again or restart the application / session; otherwise, describe the steps to reproduce this problem to the server administrator for suggestions.
 MgUnderflowException                                  = Underflow exception.
+MgUnknownTileProviderException                        = Unknown Tile Provider: %1
 MgUnsupportedProviderThreadModelException             = The FDO provider thread model is not supported.
+MgUnsupportedTileProviderException                    = Unsupported Tile Provider: %1
 MgUriFormatException                                  = Uri format exception.
 MgUserNotFoundException                               = The specified user was not found: %1
 MgXmlException                                        = An XML exception occurred.



More information about the mapguide-commits mailing list