Bug report #2934
Doubloon error in qgswmsprovider.cpp's text string
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | nobody - | ||
Category: | GUI | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | All | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 12994 |
Description
This string calls the same expression %4 for two different things, a column number and the display of an error. Based on similar error messages in this file, I think at least one should be different.
mError = tr( "Could not get WMS Service Exception at %1: %2 at line %3 column %4\
\
Response was:\
\
%4" )
Associated revisions
fix #2934
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14043 c8812cc2-4d05-0410-92ff-de0c093fc19c
fix #2934
git-svn-id: http://svn.osgeo.org/qgis/trunk@14043 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by Jürgen Fischer about 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
fixed in a2bec368 (SVN r14044).