Skip to content

Commit d511e27

Browse files
author
jef
committedSep 8, 2009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgsabout.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ void QgsAbout::setPluginInfo()
280280
myString += "</li>\n</ol>\n";
281281
//qt image plugins
282282
myString += "<b>" + tr( "Available Qt Image Plugins" ) + "</b><br>";
283-
myString += tr( "Qt Image Plugin Search Paths<br>"" );
283+
myString += tr( "Qt Image Plugin Search Paths<br>" );
284284
myString += QApplication::libraryPaths().join("<br>");
285285
myString += "<ol>\n<li>\n";
286286
QList<QByteArray> myImageFormats = QImageReader::supportedImageFormats();

0 commit comments

Comments
 (0)
Please sign in to comment.