We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 1c57be4 commit d511e27Copy full SHA for d511e27
src/app/qgsabout.cpp
@@ -280,7 +280,7 @@ void QgsAbout::setPluginInfo()
280
myString += "</li>\n</ol>\n";
281
//qt image plugins
282
myString += "<b>" + tr( "Available Qt Image Plugins" ) + "</b><br>";
283
- myString += tr( "Qt Image Plugin Search Paths<br>"" );
+ myString += tr( "Qt Image Plugin Search Paths<br>" );
284
myString += QApplication::libraryPaths().join("<br>");
285
myString += "<ol>\n<li>\n";
286
QList<QByteArray> myImageFormats = QImageReader::supportedImageFormats();
0 commit comments