Skip to content

Commit ec3859a

Browse files
author
mhugent
committed
Removed the sentence about bug reporting in WMS exception dialog. A WMS server exception is not necessary a qgis bug
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9052 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 0c976f8 commit ec3859a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/providers/wms/qgswmsprovider.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1607,8 +1607,6 @@ void QgsWmsProvider::parseServiceException(QDomElement const & e)
16071607
mError += "\n" + tr("The WMS vendor also reported: ");
16081608
mError += seText;
16091609

1610-
mError += "\n" + tr("This is probably due to a bug in the QGIS program. Please report this error.");
1611-
16121610
// TODO = e.attribute("locator");
16131611

16141612
QgsDebugMsg("composed error message '" + mError + "'.");

0 commit comments

Comments
 (0)