Skip to content

Commit

Permalink
Removed the sentence about bug reporting in WMS exception dialog. A W…
Browse files Browse the repository at this point in the history
…MS server exception is not necessary a qgis bug

git-svn-id: http://svn.osgeo.org/qgis/trunk@9052 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Aug 12, 2008
1 parent 2fef6ce commit 9b6cbea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/providers/wms/qgswmsprovider.cpp
Expand Up @@ -1607,8 +1607,6 @@ void QgsWmsProvider::parseServiceException(QDomElement const & e)
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 + "'.");
Expand Down

0 comments on commit 9b6cbea

Please sign in to comment.