[QGIS Commit] r9052 - trunk/qgis/src/providers/wms

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Aug 12 16:12:29 EDT 2008


Author: mhugent
Date: 2008-08-12 16:12:29 -0400 (Tue, 12 Aug 2008)
New Revision: 9052

Modified:
   trunk/qgis/src/providers/wms/qgswmsprovider.cpp
Log:
Removed the sentence about bug reporting in WMS exception dialog. A WMS server exception is not necessary a qgis bug

Modified: trunk/qgis/src/providers/wms/qgswmsprovider.cpp
===================================================================
--- trunk/qgis/src/providers/wms/qgswmsprovider.cpp	2008-08-12 17:53:39 UTC (rev 9051)
+++ trunk/qgis/src/providers/wms/qgswmsprovider.cpp	2008-08-12 20:12:29 UTC (rev 9052)
@@ -1607,8 +1607,6 @@
   mError += "\n" + tr("The WMS vendor also reported: ");
   mError += seText;
 
-  mError += "\n" + tr("This is probably due to a bug in the QGIS program.  Please report this error.");
-
   // TODO = e.attribute("locator");
 
   QgsDebugMsg("composed error message '"  + mError  + "'.");



More information about the QGIS-commit mailing list